mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 01:23:53 +00:00
18 lines
213 B
TOML
18 lines
213 B
TOML
|
[package]
|
||
|
name = "chmod"
|
||
|
version = "0.0.1"
|
||
|
authors = []
|
||
|
|
||
|
[lib]
|
||
|
name = "chmod"
|
||
|
path = "chmod.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
getopts = "*"
|
||
|
libc = "*"
|
||
|
aho-corasick = "*"
|
||
|
memchr = "*"
|
||
|
regex = "*"
|
||
|
regex-syntax = "*"
|
||
|
walker = "*"
|