mspaify/Cargo.toml

15 lines
437 B
TOML
Raw Permalink Normal View History

2022-02-20 04:09:40 -05:00
[package]
name = "mspaify"
version = "0.1.0"
edition = "2021"
authors = ["xenofem <xenofem@xeno.science>"]
[dependencies]
2022-03-16 02:27:27 -04:00
actix-web = "4.0.1"
2022-02-20 04:09:40 -05:00
ammonia = "3.1"
lazy_static = "1.4"
scraper = "0.12"
reqwest = { version = "0.11", features = ["rustls-tls"], default-features = false }
time = { version = "0.3", features = ["local-offset", "macros", "formatting", "parsing"] }
tokio = { version = "1", features = ["full"] }
urlencoding = "2.1"