diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-10-12 21:04:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 21:04:22 +0200 |
| commit | 7a7499aeaa45a33aed4b3bfd339c950fa21e1a08 (patch) | |
| tree | 4cbc408c5813bc37a213cd0476417e7b905fd83e /mumd/Cargo.toml | |
| parent | 2deba9cda37de3fcc04d3ec11ffea0f18a0dbb69 (diff) | |
| download | mum-7a7499aeaa45a33aed4b3bfd339c950fa21e1a08.tar.gz | |
change to actual logging (#2)
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 2f38df3..72f9167 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -11,9 +11,12 @@ edition = "2018" [dependencies] 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" +log = "0.4" mumble-protocol = "0.3" native-tls = "0.2" openssl = { version = "0.10", optional = true } |
