mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 17:43:52 +00:00
17 lines
276 B
TOML
17 lines
276 B
TOML
[package]
|
|
name = "base64"
|
|
version = "0.0.1"
|
|
authors = []
|
|
license = "MIT"
|
|
build = "../#common/mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_base64"
|
|
path = "base64.rs"
|
|
|
|
[dependencies]
|
|
uucore = { version = "0.0.1", features = ["encoding"] }
|
|
|
|
[[bin]]
|
|
name = "base64"
|
|
path = "../#common/uumain.rs"
|