chatty-catties/Cargo.toml

15 lines
368 B
TOML
Raw Normal View History

[workspace]
2024-05-18 00:27:47 +00:00
members = ["gg-echo", "gg-uid", "gg-broadcast"]
resolver = "2"
[workspace.package]
version = "0.0.1"
authors = ["joe ardent"]
2024-05-17 18:32:50 +00:00
license-file = "LICENSE.md"
2024-05-17 22:51:19 +00:00
[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"] }
2024-05-18 00:27:47 +00:00
serde_json = "1"