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