Use tokio-process for chime mplayer subprocess

This commit is contained in:
2021-02-01 02:19:45 -08:00
parent 39d4c225d1
commit 2ccef5931a
2 changed files with 48 additions and 31 deletions

View File

@@ -13,6 +13,6 @@ pretty_env_logger = "0.4.0"
reqwest = { version = "0.11", default-features = false }
rppal = { git = "https://github.com/golemparts/rppal/", rev = "2e980caf76756c97bb0b18fb3ab08fb51ed1f90e" }
smallvec = "1.4.2"
tokio = { version = "1", features = ["macros"] }
tokio = { version = "1", features = ["macros", "process"] }
tokio-stream = "0.1.2"
warp = "0.3"