mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-08 14:11:56 -07:00
computer: remove libc dep
This commit is contained in:
Generated
-1
@@ -545,7 +545,6 @@ dependencies = [
|
||||
"brk_vecs",
|
||||
"color-eyre",
|
||||
"derive_deref",
|
||||
"libc",
|
||||
"log",
|
||||
"rayon",
|
||||
"serde",
|
||||
|
||||
@@ -20,7 +20,6 @@ brk_parser = { workspace = true }
|
||||
brk_vecs = { workspace = true }
|
||||
color-eyre = { workspace = true }
|
||||
derive_deref = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
log = { workspace = true }
|
||||
rayon = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user