summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"