mirror of
https://github.com/Noratrieb/karlheinz.git
synced 2026-01-16 23:45:00 +01:00
sql
This commit is contained in:
parent
cffd2de050
commit
cc8646baff
3 changed files with 683 additions and 42 deletions
|
|
@ -9,4 +9,5 @@ edition = "2018"
|
|||
[dependencies]
|
||||
actix-web = "3"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.64"
|
||||
serde_json = "1.0.64"
|
||||
sqlx = { version = "0.5", features = ["postgres", "macros", "runtime-actix-rustls"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue