nebkor-maelstrom/Cargo.toml

15 lines
478 B
TOML
Raw Normal View History

2024-06-05 00:27:52 +00:00
[package]
name = "nebkor-maelstrom"
edition = "2021"
2024-06-09 22:17:36 +00:00
version = "1.0.0"
2024-06-05 00:27:52 +00:00
license-file = "LICENSE.md"
readme = "README.md"
description = "An easy-to-use and synchronous client 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"