Skip to content

Commit fbf3b15

Browse files
committed
include openssl in the crate
1 parent 32d08b1 commit fbf3b15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ tokio = "*"
1818
flate2 = "*"
1919
tempfile = "*"
2020
ndarray = "0.16.1"
21-
ndarray-npy = "*"
21+
ndarray-npy = "*"
22+
openssl = "*"

0 commit comments

Comments
 (0)