diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-06-12 00:29:01 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-06-12 00:29:01 +0200 |
commit | 8ea7035581c4d5aa24e5f3995659171b3707556c (patch) | |
tree | 66ed75ce19de90a06183ed046bb845556c49e5a1 /Cargo.toml | |
parent | 26ad27d899a27b0abefea70c592e883c96487f38 (diff) | |
download | textgraph-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,4 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] +libc = "0.2.155" |