authorization_codes: crate, database, insert one
This commit is contained in:
parent
0b4aeb89cb
commit
471e2fc740
11 changed files with 159 additions and 0 deletions
12
crates/authorization_codes/Cargo.toml
Normal file
12
crates/authorization_codes/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "authorization_codes"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
thiserror = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
|
||||
# local crates
|
||||
database = { path = "../database" }
|
||||
id = { path = "../id" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue