summaryrefslogtreecommitdiffstats
path: root/tedge_config/Cargo.toml
blob: 903eb9c0ff0e46885da2dac13d210aa48af8917a (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.2.3"
authors = ["Software AG <thin-edge-team@softwareag.com>"]
edition = "2018"

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

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