master
toml 11 lines 225 Bytes
Raw
1 [package]
2 name = "netdata-plugin-error"
3 version.workspace = true
4 edition.workspace = true
5 description = "Common error types for Netdata plugin crates"
6
7 [lints]
8 workspace = true
9
10 [dependencies]
11 thiserror = { workspace = true }