From 9e77724efff281f0fe6d05440ad65c5ab561f380 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 6 Mar 2021 13:18:29 -0500 Subject: switch to thiserror --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c447cc5..c731b7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,11 +39,11 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_path_to_error = "0.1" serde_repr = "0.1" -snafu = "0.6" structopt = { version = "0.3", features = ["paw", "wrap_help"] } tempfile = "3.2" term_size = "0.3" textwrap = "0.13" +thiserror = "1.0" tokio = { version = "1.2", features = ["full"] } url = "2.2" uuid = { version = "0.8", features = ["v4"] } -- cgit v1.2.3-54-g00ecf