From 478ef66370d6d3347a18653c18948ebf2c1ca945 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Fri, 5 Aug 2022 20:35:24 -0400 Subject: Use anyhow --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6adabdb..cdf2a5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,8 @@ version = "0.1.0" edition = "2021" [dependencies] -libhandy = "0.9" +anyhow = "1.0" +futures = "0.3" gtk = "0.15" +libhandy = "0.9" mpd = { path = "../mpd" } -futures = "0.3" -- cgit v1.3