Cargo.toml 305 B

123456789101112
  1. [package]
  2. name = "test-kernel"
  3. version = "0.1.0"
  4. authors = ["luojia65 <[email protected]>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. riscv = "0.6"
  9. spin = "0.7"
  10. lazy_static = { version = "1", features = ["spin_no_std"] }