added base process code
This commit is contained in:
14
process/Cargo.toml
Normal file
14
process/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user