mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-01-12 17:30:12 -06:00
24 lines
518 B
TOML
24 lines
518 B
TOML
[package]
|
|
name = "rustnet"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
chrono = "0.4"
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
crossterm = "0.27"
|
|
dns-lookup = "2.0.4"
|
|
log = "0.4"
|
|
maxminddb = "0.24"
|
|
pcap = "2.0"
|
|
pnet_datalink = "0.35"
|
|
ratatui = { version = "0.26", features = ["crossterm"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_yaml = "0.9"
|
|
simplelog = "0.12"
|
|
arboard = "3.4.0" # For clipboard access
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
procfs = "0.16"
|