chatty-catties/gg-echo/Cargo.toml
Joe Ardent 4fecd6cc9a use an off-the-shelf crate for maelstrom node.
The echo server is basically copied from the example for the crate, but it's
nothing special.
2024-05-17 15:46:10 -07:00

10 lines
278 B
TOML

[package]
name = "gg-echo"
edition = "2021"
version.workspace = true
authors.workspace = true
[dependencies]
async-trait = "0.1.80"
maelstrom-node = "0.1.6"
tokio = { version = "1.37.0", default-features = false, features = ["io-util", "io-std", "rt-multi-thread", "macros"] }