extract related logic into an OkdIpxeScore
Some checks failed
Run Check Script / check (pull_request) Failing after 33s

This commit is contained in:
2025-08-29 09:52:11 -04:00
parent 7bb3602ab8
commit b857412151
10 changed files with 162 additions and 87 deletions

2
Cargo.lock generated
View File

@@ -1732,7 +1732,6 @@ dependencies = [
name = "example-pxe"
version = "0.1.0"
dependencies = [
"askama",
"cidr",
"env_logger",
"harmony",
@@ -2169,6 +2168,7 @@ dependencies = [
name = "harmony"
version = "0.1.0"
dependencies = [
"askama",
"async-trait",
"base64 0.22.1",
"bollard",