19 lines
684 B
TOML
Raw Normal View History

[package]
name = "ygg_driver_block"
version = "0.1.0"
edition = "2021"
2023-12-11 03:04:49 +02:00
authors = ["Mark Poliakov <mark@alnyan.me>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
yggdrasil-abi = { git = "https://git.alnyan.me/yggdrasil/yggdrasil-abi.git" }
libk-util = { path = "../../../libk/libk-util" }
libk-mm = { path = "../../../libk/libk-mm" }
log = "0.4.20"
futures-util = { version = "0.3.28", default-features = false, features = ["alloc", "async-await"] }
2023-12-18 18:35:55 +02:00
bytemuck = { version = "1.14.0", features = ["derive"] }
static_assertions = "1.1.0"
uuid = { version = "1.6.1", default-features = false, features = ["bytemuck"] }