From e3c2b3650aff8fbd4a5109cdb3406d92e9806d08 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 26 Jan 2023 23:42:10 +0100 Subject: refactor(tvix/cli): describe errors with thiserror This is much less code, and makes it much easier to read. Change-Id: I9028f226105f905c2cc2cabd33907ff493e26225 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7938 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: flokli --- tvix/cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/cli/Cargo.toml') diff --git a/tvix/cli/Cargo.toml b/tvix/cli/Cargo.toml index 83796855b6..56d95f7460 100644 --- a/tvix/cli/Cargo.toml +++ b/tvix/cli/Cargo.toml @@ -18,6 +18,7 @@ smol_str = "0.1" aho-corasick = "0.7" ssri = "7.0.0" data-encoding = "2.3.3" +thiserror = "1.0.38" [dev-dependencies] test-case = "2.2.2" -- cgit 1.4.1