feat: ready for crates.io publishing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-01-07 15:33:23 +01:00
parent f30b5ec305
commit 24503ab258
5 changed files with 22 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
[package]
name = "noprocess"
version = "0.1.0"
version.workspace = true
edition = "2024"
description = "A lightweight Rust library for managing long-running processes with graceful shutdown, restart capabilities, and error handling"
repository = "https://git.kjuulh.io/kjuulh/noprocess"
readme = "../../README.md"
license-file = "../../LICENSE"
publish = true
[dependencies]
rand.workspace = true