summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 9a2f1256d943b580ff26c0ef0d232bdb9fc01a55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
edition = "2018"
name = "what"
version = "0.1.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]

[dependencies]
pnet = "0.22.0"
procfs = "0.5.3"
ipnetwork = "0.14.0"
timer = "0.2.0"
chrono = "0.4.7"
tui = "0.5"
termion = "1.5"
netstat = { git = "https://github.com/imsnif/netstat-rs.git" }

[dev-dependencies]
assert_cmd = "0.10"
predicates = "1"
insta = "*"
cargo-insta = "*"
packet = "*"

[features]
test = []