Cargo.toml 479 B

123456789101112131415
  1. [package]
  2. name = "rustsbi-k210"
  3. version = "0.2.0"
  4. authors = ["luojia65 <[email protected]>"]
  5. edition = "2018"
  6. publish = false
  7. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  8. [dependencies]
  9. rustsbi = { path = "../../rustsbi" }
  10. riscv = { git = "https://github.com/rust-embedded/riscv", rev = "16e4870f", features = ["inline-asm"] }
  11. linked_list_allocator = "0.9"
  12. k210-hal = { git = "https://github.com/riscv-rust/k210-hal" }
  13. r0 = "1.0"