questden frontend

This commit is contained in:
xenofem 2022-02-20 04:09:40 -05:00
commit 0a2c67f47c
4 changed files with 2200 additions and 0 deletions

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "mspaify"
version = "0.1.0"
edition = "2021"
authors = ["xenofem <xenofem@xeno.science>"]
[dependencies]
actix-web = { version = "4.0.0-rc.3" }
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"