airborne/generator/Cargo.toml

19 lines
385 B
TOML
Raw Permalink Normal View History

[package]
name = "generator"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
rand = "0.8.5"
2024-02-21 15:29:18 +01:00
airborne-common = { path = "../common" }
[dependencies.windows-sys]
version = "0.52.0"
features = [
"Win32_Foundation",
"Win32_System_SystemServices",
"Win32_System_Diagnostics_Debug",
"Win32_System_SystemInformation"
]