Resolved compilation error where netstat2 v0.9.1 was accessing tcp_info.state instead of tcp_info.tcpi_state on Linux systems. The latest version 0.11.2 includes the fix for this field name change.
12 lines
170 B
TOML
12 lines
170 B
TOML
[package]
|
|
name = "pmoutils"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
get_if_addrs = "0.5.3"
|
|
os_info = "3.8"
|
|
netstat2 = "0.11.2"
|
|
sysinfo = "0.30"
|
|
users = "0.11"
|