aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-12-13 23:41:01 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-12-13 23:46:59 +0100
commit869761849ff64669244b6cbb79cac41f66654041 (patch)
tree73ab8d0e447c4f22ad014991e1e2f316c5034c2e /Cargo.toml
parent42a0deb6a4be1aa00d666a3774162b2423fac93e (diff)
downloadjuicebox-asm-869761849ff64669244b6cbb79cac41f66654041.tar.gz
juicebox-asm-869761849ff64669244b6cbb79cac41f66654041.zip
cargo: replace nix with libc
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 20941b6..308fe2d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]