coreutils/src/od/Cargo.toml
2016-09-01 00:09:45 +02:00

19 lines
230 B
TOML

[package]
name = "od"
version = "0.0.1"
authors = []
[lib]
name = "uu_od"
path = "od.rs"
[dependencies]
getopts = "*"
libc = "*"
unindent = "*"
byteorder = "*"
uucore = { path="../uucore" }
[[bin]]
name = "od"
path = "main.rs"