This commit is contained in:
2025-12-30 10:48:18 +11:00
commit 40335a8926
4 changed files with 209 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "signalstream"
version = "0.1.0"
edition = "2024"
[dependencies]
bitvec = "1.0.1"
libc = "0.2.178"
signal-hook = "0.4.1"