You've already forked rust-users
mirror of
https://github.com/uutils/rust-users.git
synced 2026-06-10 15:48:37 -07:00
14 lines
310 B
TOML
14 lines
310 B
TOML
[package]
|
|
name = "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.5.3"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|