mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-21 20:51:11 +00:00
12 lines
146 B
TOML
12 lines
146 B
TOML
[package]
|
|
name = "realpath"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "realpath"
|
|
path = "realpath.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
libc = "*"
|