summaryrefslogtreecommitdiffstats
path: root/crates/tests/tedge_test_utils/Cargo.toml
blob: af7598893f3d2ace2061cf19b3b45897077d76c5 (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.4"
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"