Do not use extern crate

This commit is contained in:
Minseong Jang
2022-01-20 18:28:46 +09:00
parent 7b1cdf9da3
commit 6e1365c242
2 changed files with 4 additions and 9 deletions

View File

@@ -1,7 +1,5 @@
use clap::Parser;
extern crate kecc;
use std::path::Path;
#[derive(Debug, Parser)]