diff options
author | Himbeer <himbeer@disroot.org> | 2025-03-25 11:15:00 +0100 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-03-25 11:15:00 +0100 |
commit | 097ba29d8cb4a1930dd60302783892b90a7d927c (patch) | |
tree | 90f8ad85b3258cd52340e405bc3c3df003e77a12 /Cargo.toml | |
parent | 20cee7ffac3c4486b4fc5f19fd27e508be4aa3c5 (diff) |
Remove termcolor dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"] } |