feat: ready for crates.io publishing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user