Complete insert and update on create. Basically first complete working version

This commit is contained in:
2025-01-28 23:46:10 +01:00
parent 5760335304
commit 380795d054
6 changed files with 95 additions and 191 deletions

View File

@@ -6,11 +6,11 @@ edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
axum = "0.7.9"
serde = { version = "1.0.217", features = ["derive"] }
tower = "0.5.2"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
tower-http = { version = "0.6.2", features = ["cors", "trace", "fs"] }
chrono = "0.4.39"
diesel = { version = "2.2.0", features = ["sqlite", "returning_clauses_for_sqlite_3_35"] }
dotenvy = "0.15"
anyhow = "1.0.95"