diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-10-15 21:21:55 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-10-15 21:21:55 +0200 |
| commit | 01b3c75420ec5bf9083dbcf643d3c6087d4f2ce7 (patch) | |
| tree | 4a6dd760ad39974fc8684fe76400b5dee8967c37 /mumd/Cargo.toml | |
| parent | 680c46e6866071ae987d9978316ce2952347fe35 (diff) | |
| parent | 47d3834a6e5b82e287b975fbf55939c6fd44ca02 (diff) | |
| download | mum-01b3c75420ec5bf9083dbcf643d3c6087d4f2ce7.tar.gz | |
Merge remote-tracking branch 'origin/cli' into error-handling
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 72f9167..9101b43 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -9,18 +9,20 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +mumlib = { path = "../mumlib" } + argparse = "0.2" bytes = "0.5" -colored = "2.0" cpal = { git = "https://github.com/RustAudio/cpal" } -fern = "0.5" futures = "0.3" futures-util = "0.3" +ipc-channel = "0.14" log = "0.4" mumble-protocol = "0.3" native-tls = "0.2" openssl = { version = "0.10", optional = true } opus = "0.2" +serde = { version = "1.0", features = ["derive"] } tokio = { version = "0.2", features = ["full"] } tokio-tls = "0.3" tokio-util = { version = "0.3", features = ["codec", "udp"] } @@ -28,4 +30,3 @@ tokio-util = { version = "0.3", features = ["codec", "udp"] } #clap = "2.33" #compressor = "0.3" #daemonize = "0.4" -#ipc-channel = "0.14" |
