build: Switch to a static build to mitigate incompatible packages

This commit is contained in:
SinTan1729
2024-02-08 11:33:26 -06:00
parent 583700cdbf
commit caa6c58fd2
3 changed files with 16 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ categories = ["web-programming"]
[dependencies]
actix-web = "4.5.1"
actix-files = "0.6.5"
rusqlite = "0.30.0"
rusqlite = { version = "0.30.0", features = ["bundled"] }
regex = "1.10.3"
rand = "0.8.5"
actix-session = { version = "0.9.0", features = ["cookie-session"] }