summaryrefslogtreecommitdiffstats
path: root/crates/common/tedge_config/Cargo.toml
blob: 159ab362ff40711268ab57987fb9c350f1b5d0f5 (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.5"
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" }