aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-18 07:55:27 +0000
committerFuwn <[email protected]>2026-02-18 07:55:27 +0000
commit0dcc82d852b96a209326355f81163a5290016867 (patch)
treeaea7b1de1e16746537eb87b493cecef7225523c3 /Cargo.toml
parentbuild: Switch from Earthly to Dockerfile (diff)
downloadseptember-0dcc82d852b96a209326355f81163a5290016867.tar.xz
september-0dcc82d852b96a209326355f81163a5290016867.zip
chore(deps): Remove unused anyhow and disable comrak default features
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9e90740..4674ab9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ dotenv = "0.15.0"
url = "2.5.4"
# Markdown Encoding
-comrak = "0.29.0"
+comrak = { version = "0.29.0", default-features = false }
# Form Parsing
serde = { version = "1", features = ["derive"] }
@@ -49,6 +49,3 @@ serde = { version = "1", features = ["derive"] }
[build-dependencies]
# Compile-time Environment Variables
vergen = { version = "8.3.2", features = ["git", "gitoxide"] }
-
-# `Result`
-anyhow = "1.0.98"