aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-18 08:07:14 +0000
committerFuwn <[email protected]>2026-02-18 08:07:14 +0000
commitc96b94aa3a00a3c662005c54c8ea7b1f5f9e6354 (patch)
tree97c2684d29b54d9b7b3ddba5c14ac697b8ed8418 /Cargo.toml
parentchore(deps): Remove unused anyhow and disable comrak default features (diff)
downloadseptember-origin/main.tar.xz
september-origin/main.zip
chore(build): Replace vergen with git-based build scriptHEADorigin/mainmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4674ab9..db9f603 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,3 @@ comrak = { version = "0.29.0", default-features = false }
# Form Parsing
serde = { version = "1", features = ["derive"] }
-
-[build-dependencies]
-# Compile-time Environment Variables
-vergen = { version = "8.3.2", features = ["git", "gitoxide"] }