aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-18 07:31:18 +0000
committerFuwn <[email protected]>2026-02-18 07:31:18 +0000
commitc8d3edfbbae4b7621a4ea282e99775088f3e0734 (patch)
tree58f22b8230b6b009b1ff79098433f9a522643603 /Cargo.toml
parentchore(Cargo.toml): Bump version patch (diff)
downloadseptember-c8d3edfbbae4b7621a4ea282e99775088f3e0734.tar.xz
september-c8d3edfbbae4b7621a4ea282e99775088f3e0734.zip
feat(response): Add input/sensitive-input handling
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9b828d1..9e90740 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,6 +43,9 @@ url = "2.5.4"
# Markdown Encoding
comrak = "0.29.0"
+# Form Parsing
+serde = { version = "1", features = ["derive"] }
+
[build-dependencies]
# Compile-time Environment Variables
vergen = { version = "8.3.2", features = ["git", "gitoxide"] }