14 lines
343 B
TOML
14 lines
343 B
TOML
[package]
|
|
name = "example-monitoring-with-tenant"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
cidr.workspace = true
|
|
harmony = { version = "0.1.0", path = "../../harmony" }
|
|
harmony_cli = { version = "0.1.0", path = "../../harmony_cli" }
|
|
tokio.workspace = true
|
|
url.workspace = true
|