Add exec command

Fixes #673
This commit is contained in:
Henrik Friedrichsen
2021-12-17 20:50:41 +01:00
parent 8deaedce54
commit 299c470cf9
5 changed files with 27 additions and 14 deletions

5
Cargo.lock generated
View File

@@ -1357,9 +1357,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.110"
version = "0.2.112"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b58a4469763e4e3a906c4ed786e1c70512d16aa88f84dded826da42640fc6a1c"
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
[[package]]
name = "libdbus-sys"
@@ -1731,6 +1731,7 @@ dependencies = [
"futures 0.3.18",
"ioctl-rs",
"lazy_static 1.4.0",
"libc",
"librespot-core",
"librespot-playback",
"librespot-protocol",