Install rusqlite

This commit is contained in:
Elnu 2022-07-06 13:54:38 -07:00
parent 1b5c98e001
commit fd41429c99
2 changed files with 70 additions and 1 deletions

View file

@ -8,3 +8,4 @@ edition = "2021"
[dependencies]
actix-web = "4"
juniper = "0.15.9"
rusqlite = "0.27.0"