chore: move sigsegv handler to reth-cli-util crate (#9421)

This commit is contained in:
Tuan Tran
2024-07-10 23:50:22 +07:00
committed by GitHub
parent a29d8bdbdf
commit 94f4066478
7 changed files with 18 additions and 14 deletions

View File

@ -27,3 +27,6 @@ eyre.workspace = true
[dev-dependencies]
proptest.workspace = true
[target.'cfg(unix)'.dependencies]
libc = "0.2"