aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-17 23:59:20 -0700
committerFuwn <[email protected]>2023-04-17 23:59:20 -0700
commit51deeab2db38e65713b07c7c72e6151c93d1e201 (patch)
tree391b2c348011d999ac8c60a6af3ca72339b49011 /Cargo.toml
parentstyle: rewrite formatter (diff)
downloadlocus-51deeab2db38e65713b07c7c72e6151c93d1e201.tar.xz
locus-51deeab2db38e65713b07c7c72e6151c93d1e201.zip
feat(web): a cool lil web-to-gemini proxy
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b0c7e82..f7b1ad5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,6 +47,8 @@ germ = { version = "0.3.7", default-features = false, features = [
] } # Gemini Tool-kit
chardetng = "0.1.17" # Character Encoding Detection
amenadiel = { version = "*", path = "./amenadiel" } # Procedural Macros
+tl = "0.7.7" # HTMl Parser
+url = "2.3.1" # WHATWG URL Parser
[build-dependencies]
vergen = { version = "8.0.0", features = [