Cargo.toml 327 B

123456789101112131415
  1. [package]
  2. name = "rustsbi-supervisor"
  3. version = "0.0.0"
  4. edition.workspace = true
  5. license.workspace = true
  6. repository.workspace = true
  7. [dependencies]
  8. axstd = { git = "https://github.com/arceos-org/arceos.git", optional = true }
  9. [features]
  10. default = ["axstd"]
  11. axstd = ["dep:axstd"]
  12. log-level-trace = ["axstd/log-level-trace"]