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

3
Cargo.lock generated
View file

@ -1394,11 +1394,12 @@ dependencies = [
[[package]]
name = "libreddit"
version = "0.1.7"
version = "0.1.8"
dependencies = [
"actix-web",
"askama",
"chrono",
"percent-encoding",
"pulldown-cmark",
"serde",
"serde_json",