123456789101112131415 |
- [package]
- name = "riscv"
- version = "0.1.0"
- authors = ["Runji Wang <wangrunji0408@163.com>"]
- edition = "2018"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- log = "0.4"
- riscv = "0.6"
- opensbi-rt = { git = "https://github.com/rcore-os/opensbi-rt.git", rev = "abdfeb72" }
- fdt = "0.1.4"
- virtio-drivers = { path = "../.." }
- lazy_static = { version = "1.4", features = ["spin_no_std"] }
|