summaryrefslogtreecommitdiffstats
path: root/common/json_writer/Cargo.toml
blob: 4ea077480e9d343a849153acd67d5c7be6f10755 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "json-writer"
version = "0.1.0"
edition = "2018"

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

[dev-dependencies]
anyhow = "1.0.40"