1234567891011121314 |
- [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.5"
- opensbi-rt = { git = "https://github.com/rcore-os/opensbi-rt.git", rev = "38399b6" }
- device_tree = { git = "https://github.com/rcore-os/device_tree-rs", rev = "2fa8411" }
- virtio-drivers = { path = "../.." }
|