feat(example): added an example of packaging a rust app from github
All checks were successful
Run Check Script / check (pull_request) Successful in 1m0s

This commit is contained in:
2025-08-29 13:12:39 -04:00
parent 3ca31179d0
commit aebde3a382
7 changed files with 203 additions and 91 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "example-try-rust-webapp"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
[dependencies]
harmony = { version = "0.1.0", path = "../../harmony" }
harmony_cli = { version = "0.1.0", path = "../../harmony_cli" }
tokio.workspace = true
url.workspace = true