Get example working

This commit is contained in:
tahahawa
2025-04-11 15:19:48 -04:00
committed by taha
parent 20a8f12160
commit fbea2a40c3
6 changed files with 147 additions and 27 deletions

16
Cargo.lock generated
View File

@@ -838,6 +838,21 @@ dependencies = [
name = "example"
version = "0.0.0"
[[package]]
name = "example-cli"
version = "0.1.0"
dependencies = [
"cidr",
"env_logger",
"harmony",
"harmony_cli",
"harmony_macros",
"harmony_types",
"log",
"tokio",
"url",
]
[[package]]
name = "example-kube-rs"
version = "0.1.0"
@@ -1212,6 +1227,7 @@ version = "0.1.0"
dependencies = [
"clap",
"harmony",
"harmony_tui",
]
[[package]]