Use official rust-openssl repo

The change I need is merged, but not released
This commit is contained in:
Alex Page 2023-06-24 17:14:33 -04:00
parent fe08910831
commit 89bf419067
3 changed files with 4 additions and 6 deletions

View file

@ -2,12 +2,11 @@
name = "umskt"
version = "0.1.0"
edition = "2021"
crate-type = ["lib"]
[dependencies]
anyhow = "1.0.71"
bitreader = "0.3.7"
openssl = { git = "https://github.com/anpage/rust-openssl.git" }
openssl = { git = "https://github.com/sfackler/rust-openssl" }
thiserror = "1.0.40"
[dev-dependencies]