diff options
| author | mrw1593 <botahamec@outlook.com> | 2023-06-11 15:34:00 -0400 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2023-06-11 15:34:00 -0400 |
| commit | ac7317226405fc90e8439a0c1bef91cecd539d02 (patch) | |
| tree | 61e7009238b6002d51e93ede8f52aa7bef526f2b /Cargo.toml | |
| parent | 83fdd59b13d4bf45bd35d9693ae361ff896636ab (diff) | |
Implement the authorization code grant
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
