chatty-catties/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

8 lines
141 B
TOML

[workspace]
members = ["gg-echo"]
resolver = "2"
[workspace.package]
version = "0.0.1"
authors = ["joe ardent"]
license-file = "LICENSE.md"