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.lock | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 53dcf10..ef753cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,6 +2,15 @@ # It is not intended for manual editing. version = 3 +[[package]] +name = "libc" +version = "0.2.155" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" + [[package]] name = "textgraph" version = "0.1.0" +dependencies = [ + "libc", +] -- cgit v1.2.3