[package] name = "maelstrom-common" version = "0.1.1" edition = "2021" authors = ["Aalekh Patel "] description = "A simple boilerplate abstraction for running a Maelstrom node." license-file = "../../LICENSE.md" repository = "https://github.com/aalekhpatel07/maelstrom-fly-io" readme = "README.md" keywords = ["maelstrom", "fly-io", "distributed-systems", "testing"] categories = ["development-tools::testing", "development-tools::profiling", "simulation"] documentation = "https://docs.rs/maelstrom-common" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93"