1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-18 11:11:10 +00:00
uutils-coreutils/src/uu/groups/Cargo.toml
2020-05-29 22:59:40 -05:00

16 lines
418 B
TOML

[package]
name = "uu_groups"
version = "0.0.1"
authors = []
license = "MIT"
[lib]
path = "src/groups.rs"
[dependencies]
uucore = { version="0.0.3", package="uucore", git="https://github.com/uutils/uucore.git", branch="canary", features=["entries"] }
uucore_procs = { version="0.0.3", package="uucore_procs", git="https://github.com/uutils/uucore.git", branch="canary" }
[[bin]]
name = "groups"
path = "src/main.rs"