From 50b6f59a72835beaf469af951e47656268098cf0 Mon Sep 17 00:00:00 2001 From: Biandratti Date: Sat, 14 Dec 2024 21:08:53 +0100 Subject: [PATCH] clap fixed --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8445160..0524b24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,13 +12,13 @@ categories = ["network-programming"] [dependencies] nom = "7.1" -clap = { version = "4.5.23", features = ["derive"] } pnet = "0.35.0" failure = "0.1.8" log = "0.4.22" ttl_cache = "0.5.1" [dev-dependencies] +clap = { version = "4.5.23", features = ["derive"] } lazy_static = "1.5.0" log4rs = "1.3.0"