diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-08-05 20:35:24 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-08-05 20:35:24 -0400 |
| commit | 478ef66370d6d3347a18653c18948ebf2c1ca945 (patch) | |
| tree | 73105ec7631e35388d361331ed8c54fdd8af3b02 /Cargo.toml | |
| parent | 5270d8188e9cb2d611c39b8db887ecd27f1cb9e1 (diff) | |
Use anyhow
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |