Files
Core/process/Cargo.toml
2025-06-26 17:13:26 +01:00

14 lines
313 B
TOML

[package]
name = "spin_process"
version = "0.1.0"
edition = "2021"
authors = ["Your Name <you@example.com>"]
description = "Simulates a process launcher similar to a Bash script"
license = "MIT"
[dependencies]
uuid = { version = "1", features = ["v4"] }
[[bin]]
name = "spin_process"
path = "src/SpinProcess.rs"