mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
9 lines
260 B
TOML
9 lines
260 B
TOML
[package]
|
|
name = "component_model"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = { version = "1.0" }
|
|
anyhow = { version = "1", features = ["backtrace"] }
|
|
indexmap = { version = "2.1.0", features = ["serde"] }
|