feat: with update

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-22 23:03:04 +02:00
parent eba2ba80c0
commit 54fb0292f7
2 changed files with 177 additions and 104 deletions

View File

@@ -26,12 +26,7 @@ sqlx = { version = "0.6.2", features = [
"runtime-tokio-rustls",
"postgres",
"migrate",
"uuid",
"offline",
"time",
"chrono",
] }
chrono = { version = "0.4.26", features = ["serde"] }
zitadel = { version = "3.3.1", features = ["axum"] }
tower = "0.4.13"