summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"