diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-12-13 23:41:01 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-12-13 23:46:59 +0100 |
commit | 869761849ff64669244b6cbb79cac41f66654041 (patch) | |
tree | 73ab8d0e447c4f22ad014991e1e2f316c5034c2e /Cargo.toml | |
parent | 42a0deb6a4be1aa00d666a3774162b2423fac93e (diff) | |
download | juicebox-asm-869761849ff64669244b6cbb79cac41f66654041.tar.gz juicebox-asm-869761849ff64669244b6cbb79cac41f66654041.zip |
cargo: replace nix with libc
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -nix = "0.26.2" +libc = "0.2" # When profiling one wants debug symbols for release builds. #[profile.release] |