paperoni/Cargo.toml
Kenneth Gitere e1debf5630 Add moz_readability initial code and accompanying unit tests
This currently contains the preprocessing code of the Readability.
It is a port of Readability.js by Mozilla.
2020-08-31 19:30:09 +03:00

18 lines
No EOL
399 B
TOML

[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"
epub-builder = "0.4.5"
html5ever = "0.25.1"
kuchiki = "0.8.1"
md5 = "0.7.0"
surf = "1.0.3"
structopt = { version = "0.3" }
url = "2.1.1"