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" }
|
2024-02-14 17:20:42 +02:00
|
|
|
kernel-arch = { path = "../../arch" }
|
2024-02-05 12:35:09 +02:00
|
|
|
|
2024-11-01 20:37:30 +02:00
|
|
|
log.workspace = true
|
|
|
|
crossbeam-queue.workspace = true
|
|
|
|
futures-util.workspace = true
|
|
|
|
ahash.workspace = true
|