authorization_codes: crate, database, insert one

This commit is contained in:
Philippe Loctaux 2023-03-16 23:15:56 +01:00
parent 0b4aeb89cb
commit 471e2fc740
11 changed files with 159 additions and 0 deletions

10
Cargo.lock generated
View file

@ -164,6 +164,16 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "authorization_codes"
version = "0.0.0"
dependencies = [
"chrono",
"database",
"id",
"thiserror",
]
[[package]]
name = "autocfg"
version = "1.1.0"