summaryrefslogtreecommitdiffstats
path: root/crates/common/tedge_users/Cargo.toml
blob: 82d79a88407a4ec05dbbf74a02c9fc40aaff235f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tedge_users"
version = "0.7.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"

[dependencies]
thiserror = "1.0"

[target.'cfg(unix)'.dependencies]
users = "0.11"