chore: remove unnecessary dependency

This commit is contained in:
Rekai Nyangadzayi Musuka 2020-12-08 17:08:37 -06:00
parent 45df95704d
commit 656c6d6e33
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -440,7 +440,6 @@ name = "domasi"
version = "0.1.0"
dependencies = [
"directories",
"lazy_static",
"notify-rust",
"rodio",
]

View File

@ -10,4 +10,3 @@ version = "0.1.0"
notify-rust = "4.0"
rodio = "0.13"
directories = "3.0"
lazy_static = "1.4.0"