summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-06-11 15:34:00 -0400
committermrw1593 <botahamec@outlook.com>2023-06-11 15:34:00 -0400
commitac7317226405fc90e8439a0c1bef91cecd539d02 (patch)
tree61e7009238b6002d51e93ede8f52aa7bef526f2b /Cargo.toml
parent83fdd59b13d4bf45bd35d9693ae361ff896636ab (diff)
Implement the authorization code grant
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5cefceb..eae42e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ path-clean = "1"
uuid = { version = "1", features = [ "v4", "fast-rng", "serde" ] }
url = { version = "2", features = ["serde"] }
raise = "2"
+serde_json = "1"
exun = "0.1"
base64 = "0.21"
rust-ini = "0.18"
@@ -32,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"