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

[dependencies]
async-trait = "0.1"
log = "0.4"
thiserror = "1.0"
tokio = { version = "1.8", features = [ "fs", "io-util", "macros", "process", "rt" ] }


[dev-dependencies]
anyhow = "1.0"
assert_matches = "1.5"
serial_test = "0.6"
tedge_test_utils = { path = "../../tests/tedge_test_utils" }
test-case = "2.0"