mirror of
https://github.com/uutils/coreutils
synced 2025-01-21 17:44:17 +00:00
16 lines
197 B
TOML
16 lines
197 B
TOML
[package]
|
|
name = "sum"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_sum"
|
|
path = "sum.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.14"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "sum"
|
|
path = "main.rs"
|