bark/Cargo.toml
2023-09-14 17:46:47 +10:00

15 lines
347 B
TOML

[workspace]
resolver = "2"
members = [
"bark",
"bark-alloc",
"bark-protocol",
]
[workspace.dependencies]
bark-alloc = { path = "bark-alloc" }
bark-protocol = { path = "bark-protocol" }
bitflags = { version = "2.4.0", features = ["bytemuck"] }
bytemuck = { version = "1.13", features = ["derive"] }
derive_more = { version = "0.99" }