core
: Add diesel
and diesel_migrations
deps
This commit is contained in:
parent
6a6508dd98
commit
06dee053a1
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
diesel = "2.2.4"
|
||||
diesel_migrations = "2.2.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue