mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 17:14:42 +00:00
16 lines
205 B
TOML
16 lines
205 B
TOML
[package]
|
|
name = "dirname"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_dirname"
|
|
path = "dirname.rs"
|
|
|
|
[dependencies]
|
|
libc = "*"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "dirname"
|
|
path = "main.rs"
|