From 526c39d009914fc0b13294cd43fe8423773e2f6d Mon Sep 17 00:00:00 2001 From: Austin Gill Date: Thu, 31 Oct 2024 20:08:23 -0500 Subject: [PATCH] Remove unused dependency This was added in the previous PR while I was experimenting :( --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 652891c..f19b6ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,6 @@ clap = { version = "4.5.2", features = ["derive"] } color-eyre = "0.6.2" ctor = "0.2.7" directories = "5.0.1" -escargot = "0.5.13" eyre = "0.6.12" git2 = "0.19" inventory = "0.3.15"