summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parent22fded7eb2bc84aceda4d67749d48554b80be2f1 (diff)
downloadsummainrs-3c13d2fd983580e1d5988ae3bad41cb08195894c.tar.gz
Change: use users crate, instead of passwd, for group names
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock19
1 files changed, 19 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9deae2d..984c9e3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,4 +1,23 @@
[[package]]
+name = "libc"
+version = "0.2.43"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
name = "summainrs"
version = "0.1.0"
+dependencies = [
+ "users 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "users"
+version = "0.7.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+[metadata]
+"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
+"checksum users 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "caa2760fcc10a6ae2c2a35d41c5d69827e4663f0d3889ecfb4d60b343f4139df"