create package

This commit is contained in:
2025-12-31 13:09:09 +11:00
parent d875751d0e
commit 30692a9913
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
[package]
name = "signalstream"
version = "0.1.0"
description = "Send data over Unix signals. (Don't use this)."
license = "MIT"
repository = "https://github.com/stickynotememo/signalstream"
version = "1.0.0"
edition = "2024"
[dependencies]