Skip to content

Commit 493ea1f

Browse files
committed
ssl2
1 parent 6710d55 commit 493ea1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
actix-web = "4"
7+
actix-web = { version = "4", features = ["openssl"] }
8+
openssl = { version = "0.10" }
89
serde = { version = "1.0", features = ["derive"] }
910
serde_json = "1.0"
1011
rusqlite = "0.26"

0 commit comments

Comments
 (0)