1[package] 2name = "logmonitor" 3version = "0.1.0" 4edition = "2021" 5 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7 8[dependencies] 9klog_types = { path = "../../../kernel/crates/klog_types" } 10crossterm = "0.26.1" 11ratatui = "0.24.0" 12clap = { version = "4.4.7", features = ["color", "error-context", "help", "std", "suggestions", "usage", "derive"] } 13rand = "0.8.5" 14goblin = "0.7.1" 15simple_logger = { git = "https://git.mirrors.dragonos.org.cn/DragonOS-Community/rust-simple_logger.git", "rev" = "36ab404868" } 16log = "0.4.20" 17lazy_static = "1.4.0" 18