summaryrefslogtreecommitdiffstats
path: root/crates/common/tedge_users/Cargo.toml
blob: d5aa3223c2b260b4cf8304be57474117298012ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tedge_users"
version = "0.7.0"
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"