Code cleanup
This commit is contained in:
parent
b52443f833
commit
df17deabf3
30 changed files with 5 additions and 4381 deletions
|
|
@ -5,7 +5,7 @@ authors = ["traxys <quentin@familleboyer.net>"]
|
|||
edition = "2021"
|
||||
|
||||
[workspace]
|
||||
members = [".", "api", "migration"]
|
||||
members = [".", "migration"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.95"
|
||||
|
|
@ -15,17 +15,14 @@ serde = { version = "1.0.217", features = ["derive"] }
|
|||
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
api = { path = "./api" }
|
||||
migration = { path = "./migration" }
|
||||
thiserror = "2.0.9"
|
||||
tower-http = { version = "0.6.2", features = ["cors", "fs"] }
|
||||
sha2 = "0.10"
|
||||
uuid = { version = "1.11", features = ["v4"] }
|
||||
sea-query = "0.32"
|
||||
openidconnect = "3.5.0"
|
||||
envious = "0.2.2"
|
||||
parking_lot = "0.12.3"
|
||||
urlencoding = "2.1.3"
|
||||
tower-sessions = "0.13.0"
|
||||
tower = "0.5.2"
|
||||
time = "0.3.37"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue