Cargo.toml 399 B

12345678910111213141516
  1. [package]
  2. name = "systemctl"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [[bin]]
  6. name = "systemctl"
  7. path = "src/main.rs"
  8. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  9. [dependencies]
  10. cfg-if = { version = "1.0"}
  11. [target.'cfg(target_os = "dragonos")'.dependencies]
  12. drstd = {git = "https://github.com/DragonOS-Community/drstd.git", revision = "8b1e314e01"}