13 lines
246 B
TOML
13 lines
246 B
TOML
|
[package]
|
||
|
name = "gg-uid"
|
||
|
edition = "2021"
|
||
|
version.workspace = true
|
||
|
authors.workspace = true
|
||
|
license-file.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
async-trait.workspace = true
|
||
|
maelstrom-node.workspace = true
|
||
|
serde_json = "1.0.117"
|
||
|
tokio.workspace = true
|