2024-05-17 18:20:28 +00:00
|
|
|
[workspace]
|
2024-05-28 20:35:32 +00:00
|
|
|
members = ["gg-echo", "gg-uid", "gg-broadcast", "nebkor-maelstrom", "gg-g_counter"]
|
2024-05-17 18:20:28 +00:00
|
|
|
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"
|
|
|
|
|