summaryrefslogtreecommitdiff
path: root/user-info/Cargo.toml
blob: 63a3f7c093c644a484171d60fdf447fc562ec60b (plain)
1
2
3
4
5
6
7
[package]
name = "user-info"
version = "0.1.0"
edition = "2021"

[dependencies]
nix = { version = "0.26.2", default-features = false, features = ["user"] }