rebuild file structur + simple sqlite db endpoint
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -5,5 +5,17 @@ edition = "2024"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
axum = "0.8.4"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
bcrypt = "0.17"
|
||||
|
||||
r2d2 = "0.8"
|
||||
r2d2_sqlite = "0.31.0"
|
||||
dashmap = "6.1"
|
||||
rusqlite = "0.37.0"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user