summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 4e7e869615d209d51f6dba49fd8738f8aa45dbfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "nrgmon"
version = "0.1.0"
edition = "2021"

[dependencies]
crossbeam = "0.8.4"
if-addrs = "0.13.3"
local-ip-address = "0.6.1"
main_error = "0.1.2"
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
thiserror = "1.0.63"