mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 17:14:42 +00:00
19 lines
230 B
TOML
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"
|