From fe389c38ca2ff23e3f2bd2305b455e4d551a9ccc Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 25 Feb 2025 18:08:20 +0000 Subject: implement proper errors with thiserror --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 40e23bc..25f29a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,6 @@ circular = { version = "0.3.0", path = "../circular" } futures = "0.3.30" futures-util = { version = "0.3.31", features = ["sink"] } nom = "7.1.3" +thiserror = "2.0.11" tokio = { version = "1.36.0", features = ["io-util", "net", "io-std", "full"] } tracing = "0.1.41" -- cgit