authorization_codes: crate, database, insert one
This commit is contained in:
parent
0b4aeb89cb
commit
471e2fc740
11 changed files with 159 additions and 0 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue