mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
this thing so windows will work
This commit is contained in:
parent
c2db9c6407
commit
7a23ba570e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { version = "4.5.1", features = [ "openssl" ] }
|
actix-web = { version = "4.5.1", features = [ "openssl" ] }
|
||||||
rusqlite = { version = "0.30.0", features = ["bundled"] }
|
rusqlite = { version = "0.30.0", features = ["bundled"] }
|
||||||
openssl = { version = "0.10" }
|
openssl = { version = "0.10", features = [ "vendored" ] }
|
||||||
base64 = "0.21.5"
|
base64 = "0.21.5"
|
||||||
json = "0.12.4"
|
json = "0.12.4"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
|
Loading…
Add table
Reference in a new issue