summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-06-18 18:56:38 -0400
committermrw1593 <botahamec@outlook.com>2023-06-18 18:56:38 -0400
commit1d51343bc819ec19a593e224f61245b3b0f639b1 (patch)
treeb3e8d98598011b0072db8f92aeccdb0bd136b0b4 /Cargo.toml
parentcfc6b9f35f49636a50ef9d170d01740439dfdbe4 (diff)
error page
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 28841be..eae42e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,3 +33,4 @@ sqlx = { version = "0.6", features = [ "runtime-actix-rustls", "mysql", "uuid",
log = "0.4"
chrono = { version = "0.4", features = ["serde"] }
hex = "0.4"
+serde_variant = "0.1"