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

[dependencies]
thiserror = "1.0"

[target.'cfg(unix)'.dependencies]
nix = "0.24"
tracing = { version = "0.1", features = ["log"] }

[dev-dependencies]
assert_matches = "1.5"
tempfile = "3.2"