domasi/Cargo.toml

15 lines
355 B
TOML
Raw Normal View History

2020-05-21 04:04:31 +00:00
[package]
name = "domasi"
version = "0.1.0"
authors = ["Rekai Musuka <musukarekai@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-05-21 06:03:38 +00:00
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"