mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-04 14:59:15 -05:00
20 lines
500 B
TOML
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 |