diff options
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 1e8e63f..6de74fa 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -12,9 +12,10 @@ license = "MIT" readme = "../README.md" [features] -default = ["notifications"] +default = ["notifications", "ogg"] notifications = ["libnotify"] +ogg = ["lewton"] [dependencies] mumlib = { version = "0.4", path = "../mumlib" } @@ -44,7 +45,8 @@ tokio-util = { version = "0.6", features = ["codec", "net"] } bincode = "1.3.2" chrono = "0.4" -libnotify = { version = "1.0", optional = true } +libnotify = { version = "1", optional = true } +lewton = { version = "0.10", optional = true } #compressor = "0.3" #daemonize = "0.4" |
