coreutils/src/od/Cargo.toml

20 lines
230 B
TOML
Raw Normal View History

[package]
name = "od"
version = "0.0.1"
authors = []
[lib]
name = "uu_od"
path = "od.rs"
[dependencies]
getopts = "*"
libc = "*"
2016-07-18 20:46:04 +00:00
unindent = "*"
byteorder = "*"
2016-07-23 19:49:43 +00:00
uucore = { path="../uucore" }
[[bin]]
name = "od"
path = "main.rs"