gauntlet/rust/component_model/Cargo.toml
2024-12-20 15:36:54 +01:00

9 lines
186 B
TOML

[package]
name = "gauntlet-component-model"
edition.workspace = true
[dependencies]
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true
indexmap.workspace = true