iota/iota-process-manager/Cargo.toml
2026-08-20 17:05:43 +02:00

12 lines
247 B
TOML

[package]
name = "iota-process-manager"
version = "0.1.0"
edition = "2024"
[dependencies]
async-trait = "0.1"
tokio = { version = "1.50", features = ["process", "time", "io-util", "macros", "rt"] }
[dev-dependencies]
libc = "0.2"
tempfile = "3"