aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2025-03-25 11:07:29 +0100
committerHimbeer <himbeer@disroot.org>2025-03-25 11:07:29 +0100
commit9f88e51f05904f29baf7e76295ce1fbbd1133359 (patch)
treed5a7cf88d3f567956a703cabef1cd3a7fa7adb44 /Cargo.toml
parent129cb1a0bf9d5bc4b0f88601dd5a653fafdaf9f1 (diff)
Remove thiserror dependencyHEADmaster
This should improve compile time by a small amount.
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 113c840..98cd41f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,4 +16,3 @@ rustls = { version = "0.20.0", default-features = false }
rustls-pemfile = "1.0.2"
serde = { version = "1.0", features = ["derive"] }
sysinfo = { version = "0.29.10", default-features = false }
-thiserror = "1.0"