Remove libc dependency

This commit is contained in:
Alex Page 2023-06-21 21:45:34 -04:00
parent 69faa5626e
commit 7d35fe36fe
3 changed files with 91 additions and 111 deletions

View file

@ -9,7 +9,6 @@ edition = "2021"
anyhow = "1.0.71"
bitreader = "0.3.7"
clap = { version = "4.3.4", features = ["derive"] }
libc = "0.2.146"
openssl = { git = "https://github.com/anpage/rust-openssl.git" }
serde_json = "1.0"
thiserror = "1.0.40"