forked from NationTech/harmony
* better caching when building docker images for app Reviewed-on: https://git.nationtech.io/NationTech/harmony/pulls/124 Reviewed-by: johnride <jg@nationtech.io> Co-authored-by: Willem <wrolleman@nationtech.io> Co-committed-by: Willem <wrolleman@nationtech.io>
18 lines
473 B
TOML
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
|