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

View 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" }