Cargo.toml 455 B

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