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

[dependencies]
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"