Files
rust-users/Cargo.toml
T
2015-06-21 12:49:03 +01:00

15 lines
311 B
TOML

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