[package] name = "sound_find" version = "0.1.1" edition = "2021" authors = ["hepwp "] license = "MIT" description = "Find the device by playing a sound" readme = "README.md" homepage = "https://github.com/54he/sound_find" repository = "https://github.com/54he/sound_find" keywords = ["cli", "sound", "found"] categories = ["api-bindings"] [dependencies] chrono = "0.4.38" rodio = "0.19.0" tokio = { version = "1.38.0", features = ["full"] }