chgk_txt2json/Cargo.toml

15 lines
292 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>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2019-07-26 09:24:25 +00:00
zip = "0.5"
encoding = "0.2"
textstream = "0.1"
json="0.11"
2019-07-26 20:04:41 +00:00
rayon="1.1"