feat(diesel): start setting up diesel
This commit is contained in:
parent
d4143caf16
commit
2cd0311a20
8 changed files with 468 additions and 2 deletions
|
|
@ -8,4 +8,6 @@ rocket = "0.5.1"
|
|||
serde = { version = "1.0.218", features = ["derive"] }
|
||||
log = "0.4.26"
|
||||
quick-xml = { version = "0.37.2", features = ["serialize"] }
|
||||
tokio = "1.43.0"
|
||||
tokio = "1.43.0"
|
||||
dotenvy = "0.15.7"
|
||||
diesel = { version = "2.2.7", features = ["mysql"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue