From 8ea7035581c4d5aa24e5f3995659171b3707556c Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Wed, 12 Jun 2024 00:29:01 +0200 Subject: Add libc crate ( :-( ), and make a signal handler for swapping back to main screen --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f3e67b1..a5f66ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] +libc = "0.2.155" -- cgit v1.2.3