summaryrefslogtreecommitdiffstats
path: root/plugins/plugin_measurement_filter/Cargo.toml
blob: cbce9d5877a13588e50d8419f783c7e6f2a57d3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "plugin_measurement_filter"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
miette = "4.4"
async-trait = "0.1"
tracing = "0.1"
serde = { version = "1", features = ["derive"] }
serde_with = "1.12"
tokio = { version = "1", features = ["rt"] }
tokio-util = "0.7.0"
thiserror = "1"
toml = "0.5"
indoc = "1.0.6"

tedge_api = { path = "../../crates/core/tedge_api" }
tedge_lib = { path = "../../crates/core/tedge_lib" }

[dev-dependencies]
toml = "0.5"