chatty-catties/gg-broadcast/Cargo.toml
2024-05-22 15:24:19 -07:00

11 lines
240 B
TOML

[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" }
rand = "0.8.5"