summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-10-01 20:10:39 +0300
committerLars Wirzenius <liw@liw.fi>2018-10-01 20:10:39 +0300
commit3c13d2fd983580e1d5988ae3bad41cb08195894c (patch)
tree1a9faa85af6da68f219f67ad6c624922d434907f /Cargo.toml
parent22fded7eb2bc84aceda4d67749d48554b80be2f1 (diff)
downloadsummainrs-3c13d2fd983580e1d5988ae3bad41cb08195894c.tar.gz
Change: use users crate, instead of passwd, for group names
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 924309c..5acabab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
[dependencies]
+users = "0.7"