Merge pull request #16 from MggMuggins/master
Tests! Fix #15
... | ... | @@ -6,10 +6,11 @@ description = "A Rust library to access Redox users and groups functionality" |
license = "MIT" | ||
repository = "https://github.com/redox-os/users" | ||
documentation = "https://docs.rs/redox_users" | ||
readme = "README.md" | ||
keywords = ["redox", "auth"] | ||
[dependencies] | ||
argon2rs = { version = "0.2", default-features = false } | ||
rand = "0.4" | ||
extra = { git = "https://github.com/redox-os/libextra.git" } | ||
redox_syscall = "0.1" | ||
failure = "0.1.1" |
tests/group
0 → 100644
tests/passwd
0 → 100644
Please register or sign in to comment