summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 51408f5..f1fdcc0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,7 +1,5 @@
use anyhow::Result;
-extern crate clap_v3 as clap;
-
pub mod cid;
pub mod cli;
pub mod client;