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] 11dragonos-dsc = { git = "https://git.mirrors.dragonos.org/DragonOS-Community/dragonos-dsc.git", rev = "7c654bcccc" } 12lazy_static = "1.4.0" 13regex = "1.10.2" 14libc = "0.2" 15num-traits = "0.2" 16num-derive = "0.4" 17num_enum = "0.5.1" 18num_enum_derive = "0.7.1" 19path-clean = "1.0.1" 20