feat: Application Interpret still WIP but now call ensure_installed on features, also introduced a rust app example, completed work on clone_box behavior
All checks were successful
Run Check Script / check (pull_request) Successful in -6s

This commit is contained in:
2025-07-01 22:44:44 -04:00
parent ee02906ce9
commit 8ae0d6b548
10 changed files with 86 additions and 11 deletions

14
Cargo.lock generated
View File

@@ -1194,6 +1194,20 @@ dependencies = [
"url",
]
[[package]]
name = "example-rust"
version = "0.1.0"
dependencies = [
"env_logger",
"harmony",
"harmony_cli",
"harmony_macros",
"harmony_types",
"log",
"tokio",
"url",
]
[[package]]
name = "example-tenant"
version = "0.1.0"