summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock7
-rw-r--r--Cargo.toml1
2 files changed, 0 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6fb7012..3b4183d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -26,12 +26,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
-name = "check"
-version = "1.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89beada3dfaf43501b20ab69f1d1dd2d43b4a600eb16ca05ea0e093a100634b1"
-
-[[package]]
name = "clap"
version = "4.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -180,7 +174,6 @@ name = "unixtool"
version = "0.1.0"
dependencies = [
"anyhow",
- "check",
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index 83e0d33..084143a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,5 +7,4 @@ edition = "2021"
[dependencies]
anyhow = "1.0.65"
-check = "1.0.0"
clap = { version = "4.0.15", features = ["derive"] }