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