
Co-authored-by: Dominik Maier <domenukk@gmail.com> Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
15 lines
410 B
TOML
15 lines
410 B
TOML
[package]
|
|
name = "multi_machine_generator"
|
|
authors = ["Romain Malmain <romain.malmain@pm.me>"]
|
|
version = "0.15.3"
|
|
description = "Generator for multi-machine setup"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["fuzzing", "testing", "security"]
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
petgraph = "0.6"
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|