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