23 lines
713 B
TOML
23 lines
713 B
TOML
[package]
|
|
name = "tornado-kernel"
|
|
version = "0.1.0"
|
|
authors = ["luojia65 <me@luojia.cc>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
buddy_system_allocator = "0.6"
|
|
riscv = { git = "https://github.com.cnpmjs.org/HUST-OS/riscv.git"}
|
|
spin = "0.7"
|
|
woke = "0.0.2"
|
|
lazy_static = { version = "1.4", features = ["spin_no_std"] }
|
|
bitflags = "1.2"
|
|
bit_field = "0.10"
|
|
hashbrown = "0.9"
|
|
r0 = "1.0"
|
|
plic = { git = "https://github.com.cnpmjs.org/luojia65/plic.git" }
|
|
async-virtio-driver = { path = "../../async-virtio-driver" }
|
|
# async-virtio-driver = { git = "https://github.com.cnpmjs.org/HUST-OS/async-virtio-driver.git" }
|
|
nb = "1.0.0"
|