xref: /DragonOS/tools/debugging/logmonitor/Cargo.toml (revision 7a29d4fcbcd89a226289c7bf541c2c78623de3ad)
17b32f508SLoGin[package]
27b32f508SLoGinname = "logmonitor"
37b32f508SLoGinversion = "0.1.0"
47b32f508SLoGinedition = "2021"
57b32f508SLoGin
67b32f508SLoGin# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77b32f508SLoGin
87b32f508SLoGin[dependencies]
97b32f508SLoGinklog_types = { path = "../../../kernel/crates/klog_types" }
107b32f508SLoGincrossterm = "0.26.1"
117b32f508SLoGinratatui = "0.24.0"
127b32f508SLoGinclap = { version = "4.4.7", features = ["color", "error-context", "help", "std", "suggestions", "usage", "derive"] }
137b32f508SLoGinrand = "0.8.5"
147b32f508SLoGingoblin = "0.7.1"
15*7a29d4fcSLoGinsimple_logger = { git = "https://git.mirrors.dragonos.org.cn/DragonOS-Community/rust-simple_logger.git", "rev" = "36ab404868" }
167b32f508SLoGinlog = "0.4.20"
177b32f508SLoGinlazy_static = "1.4.0"
18