chore: great error handling

This commit is contained in:
2025-07-02 04:08:41 +02:00
parent db5247c713
commit 716707f1bc
5 changed files with 106 additions and 60 deletions
+2
View File
@@ -5,12 +5,14 @@ edition = "2024"
[dependencies]
anstyle = "1"
anyhow = "1"
clap = { version = "4", features = ["derive", "string"] }
ctrlc = "3"
httparse = "1"
parking_lot = { version = "0", features = ["arc_lock", "serde"] }
serde = { version = "1", features = ["derive"] }
shlex = "1"
thiserror = "2"
toml = "0"
[features]