try out ipmi and redfish rust crates

This commit is contained in:
Jean-Gabriel Gill-Couture
2024-08-30 11:44:25 -04:00
parent 7d69ac447a
commit 1881428a63
5 changed files with 1480 additions and 0 deletions

9
harmony-rs/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "harmony-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
libredfish = "0.1.1"
reqwest = {version = "0.11", features = ["blocking", "json"] }
rust-ipmi = "0.1.1"