19 lines
458 B
TOML
19 lines
458 B
TOML
[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]
|
|
async_zip = { git = "https://github.com/Majored/rs-async-zip", rev="0f4bf7f0" }
|
|
clap = { version = "3.2.22", features = ["derive"] }
|
|
encoding = "0.2.33"
|
|
regex = "1.6.0"
|
|
tokio = { version = "1.21.1", features = ["full"] }
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
debug = false
|
|
lto = true
|