2024-05-17 23:26:02 +00:00
|
|
|
[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
|
2024-05-18 00:27:47 +00:00
|
|
|
serde_json.workspace = true
|
2024-05-17 23:26:02 +00:00
|
|
|
tokio.workspace = true
|