16 lines
370 B
TOML
Raw Normal View History

2024-02-05 12:35:09 +02:00
[package]
name = "libk-util"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-03-12 18:17:47 +02:00
yggdrasil-abi = { path = "../../../lib/abi" }
kernel-arch = { path = "../../arch" }
2024-02-05 12:35:09 +02:00
log.workspace = true
crossbeam-queue.workspace = true
futures-util.workspace = true
ahash.workspace = true