123456789101112131415161718192021 |
- [package]
- name = "NovaShell"
- version = "0.1.0"
- edition = "2021"
- description = "Shell of DragonOS"
- authors = [ "MemoryShore <[email protected]>" ]
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- regex = "1.10.2"
- libc = "0.2"
- num-traits = "0.2"
- num-derive = "0.4"
- num_enum = "0.5.1"
- num_enum_derive = "0.7.1"
- path-clean = "1.0.1"
- crossterm = "0.27.0"
- colored = "2.1.0"
- which = "6.0.3"
- concat-idents = "1.1.5"
|