summaryrefslogtreecommitdiffstats
path: root/crates/common/tedge_config/Cargo.toml
blob: 5b3c4ecef4aeebcc4a61cdef383dd7e3c1c3a978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tedge_config"
version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"

[dependencies]
certificate = { path = "../certificate" }
serde = { version = "1.0", features = ["derive"] }
tedge_utils = { path = "../tedge_utils" }
tempfile = "3.2"
thiserror = "1.0"
toml = "0.5"
url = "2.2"

[dev-dependencies]
assert_matches = "1.5"
tempfile = "3.2"