diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-11-13 23:37:54 +0100 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-11-13 23:37:54 +0100 |
| commit | 89944f0f56935dfd4c3adca6ff8f1fd52212ee03 (patch) | |
| tree | 5997ee82d04a185327141300df9a058779efe697 /mumd/Cargo.toml | |
| parent | 0a491a4fa431a29668f3cdf5e28b565f39847aca (diff) | |
| download | mum-89944f0f56935dfd4c3adca6ff8f1fd52212ee03.tar.gz | |
add mvp for playing sound when stuff happens
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 3dfc82c..a7a5ef8 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -29,6 +29,8 @@ serde = { version = "1.0", features = ["derive"] } tokio = { version = "0.2", features = ["full"] } tokio-tls = "0.3" tokio-util = { version = "0.3", features = ["codec", "udp"] } +hound = "3.4.0" +samplerate = "0.2.2" libnotify = { version = "1.0", optional = true } |
