install diesel and diesel-async as a dependency
This commit is contained in:
parent
cd3bd52d9d
commit
272ee924e6
1023
Cargo.lock
generated
Normal file
1023
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -6,3 +6,5 @@ edition = "2021"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
diesel = { version = "2.2.8", features = ["postgres"] }
|
||||||
|
diesel-async = { version = "0.5.2", features = ["postgres"] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user