aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-22 06:34:28 +0000
committerFuwn <[email protected]>2023-05-22 06:34:28 +0000
commitd21475c9cc8ae1be030d4676d4d8b0a2a26de504 (patch)
tree85a3162b5e582612989cc01a809c3c2742847d3e /Cargo.toml
parentrefactor(src): rename files (diff)
downloadseptember-d21475c9cc8ae1be030d4676d4d8b0a2a26de504.tar.xz
september-d21475c9cc8ae1be030d4676d4d8b0a2a26de504.zip
deps(gmi): finally drop gmi
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eac4ecc..2a5a67c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,6 @@ opt-level = 3
[dependencies]
# Gemini
-gmi = "0.2.1"
germ = { version = "0.3.9", features = ["ast", "meta"] }
# HTTP
@@ -34,6 +33,9 @@ log = "0.4.16"
# Environment Variables
dotenv = "0.15.0"
+# URL Standard
+url = "2.3.1"
+
[build-dependencies]
# Environment Variables
vergen = "7.0.0"