fix
This commit is contained in:
parent
31a5271e6e
commit
b62fb0e719
8 changed files with 160 additions and 10 deletions
|
@ -20,3 +20,4 @@ serde_json = "1.0.111"
|
|||
tokio = { version = "1.35.1", features = ["full"] }
|
||||
uuid = { version = "1.8.0", features = ["v4", "serde"] }
|
||||
sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "derive", "uuid", "chrono", "json"] }
|
||||
maud = "0.26.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue