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
commit8259e4c8ddf604849d146905160dc693b1114b75 (patch)
tree97c2684d29b54d9b7b3ddba5c14ac697b8ed8418 /Cargo.toml
parentchore(deps): Remove unused anyhow and disable comrak default features (diff)
downloadseptember-main.tar.xz
september-main.zip
chore(build): Replace vergen with git-based build scriptHEADmain
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"] }