From f29178d1b307ca536b568e375064ffba4e437ba7 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Fri, 6 Jan 2023 11:48:17 +0100 Subject: [PATCH] cleanup unused deps --- Cargo.lock | 1 - filetreelist/Cargo.toml | 1 - 2 files changed, 2 deletions(-) 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]