From 869761849ff64669244b6cbb79cac41f66654041 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Fri, 13 Dec 2024 23:41:01 +0100 Subject: cargo: replace nix with libc --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3