aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2025-03-25 11:15:00 +0100
committerHimbeer <himbeer@disroot.org>2025-03-25 11:15:00 +0100
commit097ba29d8cb4a1930dd60302783892b90a7d927c (patch)
tree90f8ad85b3258cd52340e405bc3c3df003e77a12 /Cargo.toml
parent20cee7ffac3c4486b4fc5f19fd27e508be4aa3c5 (diff)
Remove termcolor dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f2dd22a..4267568 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,5 +10,4 @@ humantime = "2.1.0"
nix = { version = "0.27.1", features = ["reboot", "fs"] }
sys-mount = { version = "2.0.2", default-features = false }
sysinfo = { version = "0.29.10", default-features = false }
-termcolor = "1.1.3"
tokio = { version = "1.0", features = ["signal", "macros", "rt-multi-thread"] }