aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2024-06-12 00:29:01 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2024-06-12 00:29:01 +0200
commit8ea7035581c4d5aa24e5f3995659171b3707556c (patch)
tree66ed75ce19de90a06183ed046bb845556c49e5a1 /Cargo.lock
parent26ad27d899a27b0abefea70c592e883c96487f38 (diff)
downloadtextgraph-8ea7035581c4d5aa24e5f3995659171b3707556c.tar.gz
textgraph-8ea7035581c4d5aa24e5f3995659171b3707556c.zip
Add libc crate ( :-( ), and make a signal handler for swapping back to main screen
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 53dcf10..ef753cc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,5 +3,14 @@
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",
+]