Enumerate all of the listening processes and their ports

This commit is contained in:
John Doty 2022-10-04 18:13:57 +00:00
commit bfa55d1492
4 changed files with 493 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "fwd"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
procfs = "0.14.1"