1[package] 2name = "NovaShell" 3version = "0.1.0" 4edition = "2021" 5description = "Shell of DragonOS" 6authors = [ "MemoryShore <1353318529@qq.com>" ] 7 8# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 9 10[dependencies] 11regex = "1.10.2" 12libc = "0.2" 13num-traits = "0.2" 14num-derive = "0.4" 15num_enum = "0.5.1" 16num_enum_derive = "0.7.1" 17path-clean = "1.0.1" 18crossterm = "0.27.0" 19colored = "2.1.0" 20which = "6.0.3" 21concat-idents = "1.1.5" 22