Files
pmomusic/pmoutils/Cargo.toml
Claude e60535ed3c Update netstat2 to 0.11 for libc compatibility
Fix compilation error with recent libc versions where tcp_info struct
has changed. The netstat2 0.11 update includes compatibility fixes.
2025-11-05 19:06:08 +00:00

12 lines
168 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"
sysinfo = "0.30"
users = "0.11"