summaryrefslogtreecommitdiffstats
path: root/crates/common/json_writer/Cargo.toml
blob: ca1e3867af40287ed8fdc2962b2391c895d99e37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "json-writer"
version = "0.7.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"

[dependencies]
serde_json = "1"
thiserror = "1.0"

[dev-dependencies]
anyhow = "1.0"