harmony/examples/try_rust_webapp/Cargo.toml
Willem fde0cb0a0f
All checks were successful
Run Check Script / check (pull_request) Successful in 59s
fix: example url and cargo incorrect
2025-09-05 11:32:28 -04:00

18 lines
473 B
TOML

[package]
name = "example-try-rust-webapp"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
[dependencies]
harmony = { path = "../../harmony" }
harmony_cli = { path = "../../harmony_cli" }
harmony_types = { path = "../../harmony_types" }
harmony_macros = { path = "../../harmony_macros" }
tokio = { workspace = true }
log = { workspace = true }
env_logger = { workspace = true }
url = { workspace = true }
base64.workspace = true