diff options
| author | Fuwn <[email protected]> | 2026-02-18 07:31:18 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-18 07:31:18 +0000 |
| commit | c8d3edfbbae4b7621a4ea282e99775088f3e0734 (patch) | |
| tree | 58f22b8230b6b009b1ff79098433f9a522643603 /Cargo.toml | |
| parent | chore(Cargo.toml): Bump version patch (diff) | |
| download | september-c8d3edfbbae4b7621a4ea282e99775088f3e0734.tar.xz september-c8d3edfbbae4b7621a4ea282e99775088f3e0734.zip | |
feat(response): Add input/sensitive-input handling
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"] } |