Files
rust-users/Cargo.toml
T
2018-03-01 23:05:03 -08:00

14 lines
315 B
TOML

[package]
name = "rust-users"
description = "Library for getting information on Unix users and groups"
authors = [ "ogham@bsago.me" ]
documentation = "https://docs.rs/users/users/"
homepage = "https://github.com/ogham/rust-users"
license = "MIT"
readme = "README.md"
version = "0.6.0"
[dependencies]
libc = "0.2"