fedhub/async-zlib/Cargo.toml

10 lines
244 B
TOML
Raw Permalink Normal View History

2020-04-22 00:21:28 +00:00
[package]
name = "async-zlib"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
2020-04-22 03:13:53 +00:00
license = "MIT/Apache-2.0"
2020-04-22 00:21:28 +00:00
[dependencies]
tokio = { version = "0.2.18", default-features = false, features = ["fs", "macros"] }