aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
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.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"