[package] name = "domasi" version = "0.1.0" authors = ["Rekai Musuka "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "0.2.21", features = ["full"] } rodio = "0.11.0" clap = "2.33.1" notify-rust = "3.6.3" lazy_static = "1.4.0"