Cargo.toml 394 B

12345678910111213141516
  1. [package]
  2. name = "dragonos-rs-std"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. [target.'cfg(target_os = "dragonos")'.dependencies]
  8. # Development
  9. dragonos-dsc = { git = "https://github.com/DragonOS-Community/dsc.git", rev = "d6e4fd8" }
  10. # 构建时依赖项
  11. [build-dependencies]
  12. cc = "1.0"