13 lines
248 B
TOML
13 lines
248 B
TOML
|
[package]
|
||
|
name = "gg-g_counter"
|
||
|
edition = "2021"
|
||
|
version.workspace = true
|
||
|
authors.workspace = true
|
||
|
license-file.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
serde_json.workspace = true
|
||
|
nebkor-maelstrom = { path = "../nebkor-maelstrom" }
|
||
|
rand.workspace = true
|
||
|
|