Co-authored-by: tahahawa <tahahawa@gmail.com> Reviewed-on: https://git.nationtech.io/NationTech/harmony/pulls/66 Co-authored-by: taha <taha@noreply.git.nationtech.io> Co-committed-by: taha <taha@noreply.git.nationtech.io>
14 lines
379 B
TOML
14 lines
379 B
TOML
[package]
|
|
name = "example-monitoring"
|
|
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" }
|
|
harmony_macros = { version = "0.1.0", path = "../../harmony_macros" }
|
|
tokio.workspace = true
|
|
url.workspace = true
|