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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[package.metadata.cargo-udeps.ignore]
normal = ["anyhow"]

[dependencies]
anyhow = "1.0"
tempfile = "3.3"
toml = "0.5"