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

[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"
tedge_test_utils = { path = "../../tests/tedge_test_utils" }