Build Media Proxy

This commit is contained in:
spikecodes
2020-11-22 20:22:51 -08:00
parent 16bf825e14
commit a1e57d874f
6 changed files with 142 additions and 34 deletions

View File

@ -3,12 +3,12 @@ name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
version = "0.1.4"
version = "0.1.5"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"
[dependencies]
actix-web = "3.2.0"
actix-web = { version = "3.2.0", features = ["rustls"] }
surf = "2.1.0"
askama = "0.8.0"
serde = "1.0.117"