diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-06-19 13:55:14 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-06-19 13:55:14 +0200 |
| commit | 82369a0a9107267d8fd84bc0960530cc5a402ab3 (patch) | |
| tree | 70a82a1f459f49f3a5b54fd58ac7c9594350e702 /mumd/Cargo.toml | |
| parent | 023b69bca57d47b6b2800b7295d28ed2884096e5 (diff) | |
| download | mum-82369a0a9107267d8fd84bc0960530cc5a402ab3.tar.gz | |
add lewton
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" |
