[package] name = "passwd" version = "0.0.1" authors = ["Ian D. Scott "] description = "Bindings for libc /etc/passwd password functions" repository = "https://github.com/ids1024/passwd-rs" documentation = "https://docs.rs/passwd/0.0.1/passwd" license = "MIT" [dependencies] libc = "0.2"