chatty-catties/Cargo.toml

14 lines
284 B
TOML
Raw Normal View History

[workspace]
members = ["gg-echo", "gg-uid", "gg-broadcast", "gg-g_counter", "gg-kafka", "gg-txn"]
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]
2024-05-18 00:27:47 +00:00
serde_json = "1"
2024-05-28 20:35:32 +00:00
rand = "0.8"
nebkor-maelstrom = "*"