chatty-catties/gg-broadcast/Cargo.toml

12 lines
240 B
TOML
Raw Normal View History

2024-05-18 00:27:47 +00:00
[package]
name = "gg-broadcast"
edition = "2021"
version.workspace = true
authors.workspace = true
license-file.workspace = true
[dependencies]
serde_json.workspace = true
nebkor-maelstrom = { path = "../nebkor-maelstrom" }
2024-05-22 22:24:19 +00:00
rand = "0.8.5"