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

14 lines
349 B
TOML

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