Added Percent Encoding Support

This commit is contained in:
spikecodes
2020-11-29 18:50:29 -08:00
parent 8f157c0b40
commit 9a6430656d
11 changed files with 63 additions and 16570 deletions

View File

@ -3,15 +3,16 @@ name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
version = "0.1.7"
version = "0.1.8"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"
[features]
default = ["proxy"]
proxy = ["actix-web/rustls"]
proxy = ["actix-web/rustls", "percent-encoding"]
[dependencies]
percent-encoding = { version = "2.1.0", optional = true }
actix-web = "3.2.0"
surf = "2.1.0"
askama = "0.8.0"