Files
komodo/bin/tests/Cargo.toml
2023-07-17 05:18:51 +00:00

20 lines
500 B
TOML

[package]
name = "tests"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
monitor_types.workspace = true
monitor_client.workspace = true
periphery_client.workspace = true
tokio.workspace = true
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
partial_derive2.workspace = true
make_option.workspace = true
mungos.workspace = true
dotenv.workspace = true
envy.workspace = true