chatty-catties/nebkor-maelstrom/Cargo.toml

12 lines
271 B
TOML
Raw Normal View History

2024-05-19 22:19:43 +00:00
[package]
name = "nebkor-maelstrom"
2024-05-19 22:19:43 +00:00
edition = "2021"
version.workspace = true
authors.workspace = true
license-file.workspace = true
2024-05-19 22:19:43 +00:00
[dependencies]
serde_json.workspace = true
2024-05-19 22:19:43 +00:00
serde = { version = "1", default-features = false, features = ["derive"] }
serde_repr = "0.1"