Core domain structure for harmony rs (#1)

Co-authored-by: jeangab <jeangabriel.gc@gmail.com>
Co-authored-by: Jean-Gabriel Gill-Couture <jeangabriel.gc@gmail.com>
Reviewed-on: johnride/harmony#1
Co-authored-by: jeangab <jg@nationtech.io>
Co-committed-by: jeangab <jg@nationtech.io>
This commit is contained in:
2024-09-06 12:41:00 +00:00
committed by johnride
parent 231b1cca9f
commit aa28ab37b8
35 changed files with 1759 additions and 19 deletions

View File

@@ -4,6 +4,14 @@ version = "0.1.0"
edition = "2021"
[dependencies]
derive-new = "0.7.0"
env_logger = "0.11.5"
libredfish = "0.1.1"
log = "0.4.22"
reqwest = {version = "0.11", features = ["blocking", "json"] }
russh = "0.45.0"
rust-ipmi = "0.1.1"
semver = "1.0.23"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
tokio = { version = "1.40.0", features = ["io-std"] }