rub-login/Cargo.toml

15 lines
281 B
TOML
Raw Normal View History

2018-11-07 20:28:46 +01:00
[package]
name = "rub-login"
version = "0.1.0"
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"
2019-05-05 23:42:07 +02:00
reqwest = "0.9.16"
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"