proxy github gists and render them on posts

This commit is contained in:
realaravinth
2021-11-04 19:36:37 +05:30
parent 8e9b070d46
commit 072e30cba3
7 changed files with 167 additions and 1 deletions

7
Cargo.lock generated
View File

@@ -1049,6 +1049,7 @@ dependencies = [
"serde_json",
"sled",
"url",
"urlencoding",
]
[[package]]
@@ -2121,6 +2122,12 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "urlencoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
[[package]]
name = "vcpkg"
version = "0.2.15"