diff --git a/Cargo.lock b/Cargo.lock index 21ce0372..79ccffea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,6 @@ name = "filetreelist" version = "0.5.0" dependencies = [ "pretty_assertions", - "scopetime", "thiserror", ] diff --git a/filetreelist/Cargo.toml b/filetreelist/Cargo.toml index 63177a0c..c4e6df2c 100644 --- a/filetreelist/Cargo.toml +++ b/filetreelist/Cargo.toml @@ -12,7 +12,6 @@ categories = ["command-line-utilities"] keywords = ["gui", "cli", "terminal", "ui", "tui"] [dependencies] -scopetime = { path = "../scopetime", version = "0.1" } thiserror = "1.0" [dev-dependencies]