mirror of
https://github.com/theopfr/somo.git
synced 2025-06-10 01:33:32 +03:00
18 lines
510 B
TOML
18 lines
510 B
TOML
[package]
|
|
name = "somo"
|
|
version = "1.0.1"
|
|
edition = "2021"
|
|
authors = ["theopfr"]
|
|
description = "A human-friendly alternative to netstat for socket and port monitoring on Linux."
|
|
license = "MIT"
|
|
readme = "./README.md"
|
|
repository = "https://github.com/theopfr/somo/"
|
|
keywords = ["netstat", "socket-monitoring", "port-checker"]
|
|
categories = ["command-line-utilities"]
|
|
|
|
[dependencies]
|
|
clap = { version = "4.3.0", features = ["derive"] }
|
|
inquire = "0.6.2"
|
|
procfs = "0.15.1"
|
|
termimad = "0.20"
|
|
terminal_size = "0.2.6" |