chatty-catties/Cargo.toml

15 lines
390 B
TOML

[workspace]
members = ["maelstrom-protocol", "gg-echo", "gg-uid", "gg-broadcast"]
resolver = "2"
[workspace.package]
version = "0.0.1"
authors = ["joe ardent"]
license-file = "LICENSE.md"
[workspace.dependencies]
async-trait = "0.1"
maelstrom-node = "0.1"
tokio = { version = "1", default-features = false, features = ["io-util", "io-std", "rt-multi-thread", "macros"] }
serde_json = "1"