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.lock | |
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.lock')
-rw-r--r-- | Cargo.lock | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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", +] |