summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2022-08-05 20:35:24 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2022-08-05 20:35:24 -0400
commit478ef66370d6d3347a18653c18948ebf2c1ca945 (patch)
tree73105ec7631e35388d361331ed8c54fdd8af3b02 /Cargo.toml
parent5270d8188e9cb2d611c39b8db887ecd27f1cb9e1 (diff)
Use anyhow
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
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"