construct/construct-models/Cargo.toml

15 lines
310 B
TOML
Raw Normal View History

2024-05-23 22:52:36 -04:00
[package]
name = "construct-models"
2024-05-24 19:56:59 -04:00
version = "1.13.0"
2024-05-23 22:52:36 -04:00
edition = "2021"
authors.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
[dependencies]
2024-05-23 23:40:37 -04:00
reqwest = "0.12.4"
2024-05-23 22:52:36 -04:00
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"
2024-05-23 23:40:37 -04:00
thiserror = "1.0.61"