feat: add persistance

This commit is contained in:
Sandro Eiler 2024-01-29 22:18:05 +01:00
parent 68e825c942
commit f2552a74ed
6 changed files with 81 additions and 69 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "learn_axum"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
[lib]
@ -29,7 +29,7 @@ config = "0.13"
# async-trait = "0.1"
# strum_macros = "0.25"
uuid = { version = "1", features = ["v4", "fast-rng"] }
chrono = { version = "0.4", features = ["serde"] }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
[dependencies.sqlx]
version = "0.7"