mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
9 lines
186 B
TOML
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
|