chgk_txt2json/Cargo.toml

18 lines
422 B
TOML
Raw Normal View History

2019-07-25 09:02:25 +00:00
[package]
name = "chgk_txt2json"
version = "0.1.0"
authors = ["Dmitry <b4tm4n@mail.ru>"]
2022-08-15 11:59:24 +00:00
edition = "2021"
2019-07-25 09:02:25 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-08-15 11:59:24 +00:00
json="0.12"
2022-09-12 12:59:35 +00:00
tokio = { version = "1.21.0", features = ["full"] }
2022-09-12 13:49:53 +00:00
async_zip = { git = "https://github.com/Majored/rs-async-zip", rev="0f4bf7f0" }
2022-08-15 11:59:24 +00:00
[profile.release]
opt-level = 3
debug = false
lto = true