summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-06-18 15:34:28 -0400
committermrw1593 <botahamec@outlook.com>2023-06-18 15:34:28 -0400
commit455fa062ef50003485e895298112600dec7f7231 (patch)
tree4b4e50364de3fcea637d45154f8bb2b769a4b0a3 /Cargo.toml
parent3feb8911aeff353238f6fdb8f71d4b970625b28d (diff)
Implement the password grant
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eae42e1..28841be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,4 +33,3 @@ 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"