feat: add persistance
This commit is contained in:
parent
68e825c942
commit
f2552a74ed
6 changed files with 81 additions and 69 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue