aboutsummaryrefslogtreecommitdiff
path: root/light-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'light-client/Cargo.toml')
-rw-r--r--light-client/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/light-client/Cargo.toml b/light-client/Cargo.toml
index ec8b75ec..d7cb336c 100644
--- a/light-client/Cargo.toml
+++ b/light-client/Cargo.toml
@@ -12,3 +12,4 @@ bincode = "2.0.0-rc.3"
log = "0.4.22"
env_logger = "0.11.3"
anyhow = "1.0.86"
+clap = { version = "4.5.9", features = ["derive"] }