paperoni/Cargo.toml

16 lines
346 B
TOML
Raw Normal View History

[package]
name = "paperoni"
version = "0.1.0"
authors = ["Kenneth Gitere <gitere81@gmail.com>"]
edition = "2018"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = "1.5.0"
2020-05-02 17:25:31 +01:00
epub-builder = "0.4.5"
kuchiki = "0.8.0"
2020-05-02 16:33:45 +01:00
md5 = "0.7.0"
surf = "1.0.3"
url = "2.1.1"