Cargo.toml 384 B

123456789101112131415
  1. [package]
  2. name = "dragonos-dsc"
  3. version = "0.0.1"
  4. edition = "2021"
  5. authors = ["longjin <longjin@DragonOS.org>"]
  6. description = "DragonOS Raw Syscall Binding"
  7. readme = "README.md"
  8. license = "MIT"
  9. repository = "https://github.com/DragonOS-Community/dsc"
  10. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  11. [lib]
  12. name = "dsc"
  13. [dependencies]