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 = "1308cc5" }
- device_tree = { git = "https://github.com/rcore-os/device_tree-rs", rev = "2fa8411" }
- virtio-drivers = { path = "../.." }
- lazy_static = { version = "1.4", features = ["spin_no_std"] }
|