summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2026-02-17 14:47:15 +0000
committerdiogo464 <[email protected]>2026-02-17 14:47:15 +0000
commita0a5cb22ecf4c1760a3eadaea5ed2c0a55aa62c7 (patch)
tree880a2ca8992d4e621e5531b37f9a79afed9c93fc /Cargo.toml
parent0c6a34024786d6117c238a0164218a4e718178f0 (diff)
add wireguard-show binary and optional handshake timestamps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aea7700..c3035c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,3 +19,7 @@ rtnetlink = "=0.20.0"
19serde = "1.0.195" 19serde = "1.0.195"
20tokio = { version = "1.35.1", features = ["full"] } 20tokio = { version = "1.35.1", features = ["full"] }
21tracing = "0.1.40" 21tracing = "0.1.40"
22
23[[bin]]
24name = "wireguard-show"
25path = "bin/wireguard-show.rs"