From 51deeab2db38e65713b07c7c72e6151c93d1e201 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 17 Apr 2023 23:59:20 -0700 Subject: feat(web): a cool lil web-to-gemini proxy --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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 = [ -- cgit v1.2.3