From 82369a0a9107267d8fd84bc0960530cc5a402ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sat, 19 Jun 2021 13:55:14 +0200 Subject: add lewton --- mumd/Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mumd/Cargo.toml') 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" -- cgit v1.2.1