diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-08-05 21:47:00 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-08-05 21:50:05 -0400 |
| commit | dc9315cbe3e425945cc75f050680ec8d51ba2af5 (patch) | |
| tree | 79bafdf54285e330eec1c01f9450da1273f90e6b /Cargo.toml | |
| parent | 6e1df8bbeba19e9807787e1dbb37600878cbab7f (diff) | |
Add TunesSongObject
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,3 +9,4 @@ futures = "0.3" gtk = "0.15" libhandy = "0.9" mpd = { path = "../mpd" } +once_cell = "1.13" |