ztb_recode/Cargo.toml

18 lines
340 B
TOML
Raw Normal View History

2022-09-12 17:50:31 +00:00
[package]
name = "ztb_recode"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-09-21 08:42:20 +00:00
clap = { version = "3.2.22", features = ["derive"] }
2022-09-12 17:50:31 +00:00
encoding = "0.2.33"
2022-09-21 08:42:20 +00:00
regex = "1.6.0"
2022-09-12 17:50:31 +00:00
zip = "0.6.2"
[profile.release]
opt-level = 3
debug = false
lto = true