wip: Working hard on topology, seems to have something that may work, next step is put the building blocks together for real

This commit is contained in:
Jean-Gabriel Gill-Couture
2024-09-08 19:06:21 -04:00
parent 87a9ec3ec4
commit ff3d53c704
15 changed files with 267 additions and 167 deletions

8
harmony-rs/Cargo.lock generated
View File

@@ -282,6 +282,12 @@ dependencies = [
"cpufeatures",
]
[[package]]
name = "cidr"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdf600c45bd958cf2945c445264471cca8b6c8e67bc87b71affd6d7e5682621"
[[package]]
name = "cipher"
version = "0.4.4"
@@ -620,6 +626,7 @@ dependencies = [
name = "fqm"
version = "0.1.0"
dependencies = [
"cidr",
"env_logger",
"harmony",
"log",
@@ -794,6 +801,7 @@ name = "harmony"
version = "0.1.0"
dependencies = [
"async-trait",
"cidr",
"derive-new",
"env_logger",
"libredfish",