rub-login/Cargo.toml

15 lines
320 B
TOML
Raw Normal View History

2018-11-07 20:28:46 +01:00
[package]
name = "rub-login"
2022-02-05 14:57:42 +01:00
version = "0.1.1"
2018-11-07 20:28:46 +01:00
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
2022-02-05 14:21:05 +01:00
edition = "2018"
2018-11-07 20:28:46 +01:00
[dependencies]
2022-02-05 14:48:50 +01:00
html5ever = "0.25.1"
2022-02-05 14:57:03 +01:00
reqwest = { version = "0.11.9", features = ["blocking"] }
2022-02-05 14:48:50 +01:00
serde = "1.0.136"
serde_derive = "1.0.136"
structopt = "0.3.26"
failure = "0.1.8"
markup5ever_rcdom = "0.1.0"