4fecd6cc9a
The echo server is basically copied from the example for the crate, but it's nothing special.
10 lines
278 B
TOML
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"] }
|