mirror of
https://github.com/haileys/bark
synced 2024-11-10 05:54:15 +00:00
15 lines
347 B
TOML
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" }
|