nebkor-maelstrom/Cargo.toml
2025-09-17 13:06:12 -07:00

14 lines
481 B
TOML

[package]
name = "nebkor-maelstrom"
edition = "2024"
version = "1.1.1"
license-file = "LICENSE.md"
readme = "README.md"
description = "An easy-to-use and synchronous framework for creating Maelstrom distributed clients."
repository = "https://git.kittencollective.com/nebkor/nebkor-maelstrom"
keywords = ["maelstrom", "glomers", "gossip", "distributed"]
[dependencies]
serde_json = "1"
serde = { version = "1", default-features = false, features = ["derive"] }
serde_repr = "0.1"