summaryrefslogtreecommitdiffstats
path: root/crates/common/logged_command/Cargo.toml
blob: 2e026e9deea2fb5e4faf00c9075c1cb38bf175d3 (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"
tempfile = "3.2"
test-case = "2.0"