diff options
| author | diogo464 <[email protected]> | 2026-02-17 14:47:15 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2026-02-17 14:47:15 +0000 |
| commit | a0a5cb22ecf4c1760a3eadaea5ed2c0a55aa62c7 (patch) | |
| tree | 880a2ca8992d4e621e5531b37f9a79afed9c93fc /Cargo.toml | |
| parent | 0c6a34024786d6117c238a0164218a4e718178f0 (diff) | |
add wireguard-show binary and optional handshake timestamps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -19,3 +19,7 @@ rtnetlink = "=0.20.0" | |||
| 19 | serde = "1.0.195" | 19 | serde = "1.0.195" |
| 20 | tokio = { version = "1.35.1", features = ["full"] } | 20 | tokio = { version = "1.35.1", features = ["full"] } |
| 21 | tracing = "0.1.40" | 21 | tracing = "0.1.40" |
| 22 | |||
| 23 | [[bin]] | ||
| 24 | name = "wireguard-show" | ||
| 25 | path = "bin/wireguard-show.rs" | ||
