idrac-helper-rust/Cargo.toml
Tristan Smith 868f3eb13a it works
2024-09-12 22:36:14 -04:00

8 lines
No EOL
145 B
TOML

[package]
name = "idrac"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.17", features = ["derive"] }
regex = "1.10.6"