diff options
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 4dfd515..8c6958c 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "mumd" -version = "0.2.0" +version = "0.3.0" authors = ["Gustav Sörnäs <gustav@sornas.net>", "Eskil Queseth <eskilq@kth.se>"] -license = "MIT" edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = """ +Mumble client daemon. +""" +repository = "https://github.com/sornas/mum" +license = "MIT" [features] default = ["notifications"] @@ -14,11 +16,11 @@ default = ["notifications"] notifications = ["libnotify"] [dependencies] -mumlib = { path = "../mumlib" } +mumlib = { version = "0.3", path = "../mumlib" } argparse = "0.2" +cpal = "0.13" bytes = "1.0" -cpal = { git = "https://github.com/RustAudio/cpal" } dasp_interpolate = { version = "0.11", features = ["linear"] } dasp_signal = "0.11" futures = "0.3" |
