graphql-engine/v3/crates/utils/json-ext/Cargo.toml
Samir Talwar 783aec942d Move all dependency versions into the workspace file. (#734)
This keeps versions in one place so we can more easily ensure we upgrade
crates together.

V3_GIT_ORIGIN_REV_ID: 6a929bb6196c19a1f66a768585b669127035e9be
2024-06-20 12:25:55 +00:00

16 lines
229 B
TOML

[package]
name = "json-ext"
version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
bench = false
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
[lints]
workspace = true