yggdrasil/libk-thread/Cargo.toml

19 lines
593 B
TOML
Raw Normal View History

[package]
name = "libk-thread"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libk-util = { path = "../libk-util" }
libk-mm = { path = "../libk-mm" }
kernel-arch = { path = "../arch" }
yggdrasil-abi = { git = "https://git.alnyan.me/yggdrasil/yggdrasil-abi.git" }
log = "0.4.20"
atomic_enum = "0.2.0"
crossbeam-queue = { version = "0.3.8", default-features = false, features = ["alloc"] }
futures-util = { version = "0.3.28", default-features = false, features = ["alloc", "async-await"] }