summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2022-08-05 21:47:00 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2022-08-05 21:50:05 -0400
commitdc9315cbe3e425945cc75f050680ec8d51ba2af5 (patch)
tree79bafdf54285e330eec1c01f9450da1273f90e6b /Cargo.toml
parent6e1df8bbeba19e9807787e1dbb37600878cbab7f (diff)
Add TunesSongObject
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cdf2a5a..e05015c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,4 @@ futures = "0.3"
gtk = "0.15"
libhandy = "0.9"
mpd = { path = "../mpd" }
+once_cell = "1.13"