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

1
Cargo.lock generated
View file

@ -367,7 +367,6 @@ dependencies = [
"anyhow",
"bitreader",
"clap",
"libc",
"openssl",
"serde_json",
"thiserror",