construct/construct-models/Cargo.toml

13 lines
269 B
TOML
Raw Normal View History

2024-05-23 22:52:36 -04:00
[package]
name = "construct-models"
version = "0.1.0"
edition = "2021"
authors.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
[dependencies]
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"