From e656d170e16b586c5d1a045ccb72f878a3518f61 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:17:06 +0900 Subject: [PATCH] add missing features in Cargo.toml --- mixnet-rs/ordering/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixnet-rs/ordering/Cargo.toml b/mixnet-rs/ordering/Cargo.toml index 97a82fa..29d2397 100644 --- a/mixnet-rs/ordering/Cargo.toml +++ b/mixnet-rs/ordering/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] chrono = "0.4.38" -clap = "4.5.16" +clap = { version = "4.5.16", features = ["derive"] } csv = "1.3.0" protocol = { version = "0.1.0", path = "../protocol" } rand = "0.8.5"