domasi/Cargo.toml

25 lines
644 B
TOML

[package]
authors = ["Rekai Musuka <musukarekai@gmail.com>"]
edition = "2018"
name = "domasi"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.31"
async-std = "1.6.2"
clap = "2.33.1"
crossterm = "0.17.5"
directories = "3.0.0"
rodio = "0.11.0"
serde = { version = "1.0.114", features = ["derive"] }
toml = "0.5.6"
[target.'cfg(windows)'.dependencies]
# winrt = "0.7.0"
winrt-notification = "0.2.2"
[target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies]
notify-rust = "4.0.0"