Files
pmomusic/pmoutils/Cargo.toml
Claude 701decfc55 fix: Update netstat2 from 0.9.1 to 0.11.2 to resolve libc compatibility
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.
2025-11-04 22:14:40 +00:00

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"