Bundle SQLite with rusqlite
This commit is contained in:
parent
043bdec728
commit
90ffd9cf3b
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ codegen-units = 1
|
|||
[dependencies]
|
||||
actix-web = "4"
|
||||
actix-cors = "0.6.1"
|
||||
rusqlite = { version = "0.27.0", features = ["chrono"] }
|
||||
rusqlite = { version = "0.27.0", features = ["chrono", "bundled"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
validator = { version = "0.15.0", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue