aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFelix Kaaman <tmtu@tmtu.ee>2020-01-07 22:12:28 +0200
committerFelix Kaaman <tmtu@tmtu.ee>2020-01-12 12:08:21 +0200
commit193987e0c7185eb63827b2d91f1e2779c4e557d3 (patch)
tree64535e2e534e57ef94a057f8010b87c88fc56021 /Cargo.toml
parentfc62434581e5f7411177e7c30dd1f4543ec354be (diff)
downloadpokebot-193987e0c7185eb63827b2d91f1e2779c4e557d3.tar.gz
pokebot-193987e0c7185eb63827b2d91f1e2779c4e557d3.zip
Add enterprise logging and split out gstreamer & teamspeak specific code
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4191c69..6dec758 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ edition = "2018"
tsclientlib = { git = "https://github.com/Jokler/tsclientlib/", branch = "fix-poke" }
tsproto-packets = { git = "https://github.com/Jokler/tsclientlib/", branch = "fix-poke" }
log = "0.4.8"
+log4rs = "0.9"
toml = "0.5.5"
structopt = "0.2"
@@ -21,8 +22,10 @@ tokio2 = { package = "tokio", version = "0.2.0", features = ["tcp", "io-util"] }
futures01 = { package = "futures", version = "0.1.21" }
futures-preview = { version = "=0.3.0-alpha.19", features = ["compat"] }
+
futures-util = "0.3.1"
+glib = "0.9"
gstreamer = "0.15.0"
gstreamer-app = "0.15.0"
gstreamer-audio = "0.15.0"