[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] rodio = "0.11.0" clap = "2.33.1" directories = "3.0.0" async-std = "1.6.2" crossterm = "0.17.5" anyhow = "1.0.31" toml = "0.5.6" serde = { version = "1.0.113", features = ["derive"] } [target.'cfg(windows)'.dependencies] # winrt = { git = "https://github.com/microsoft/winrt-rs" } winrt-notification = "0.2.2" [target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies] notify-rust = "4.0.0"