Files
rust-users/Cargo.toml
T
Ben S 8a9d6f90c9 Start using uid_t and gid_t
They were i32 and u32 before. Or was that the other way around? Anyway, this changes the interface, so I'm bumping the version.
2015-05-03 12:42:37 +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.0"
[dependencies]
libc = "0.1.1"