diff options
| author | Jokler <jokler@protonmail.com> | 2020-01-12 18:11:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-12 18:11:02 +0100 |
| commit | 78690b2e2949ed3be38a136f1c6ac2866ac32df7 (patch) | |
| tree | 64535e2e534e57ef94a057f8010b87c88fc56021 /Cargo.toml | |
| parent | fc62434581e5f7411177e7c30dd1f4543ec354be (diff) | |
| parent | 193987e0c7185eb63827b2d91f1e2779c4e557d3 (diff) | |
| download | pokebot-78690b2e2949ed3be38a136f1c6ac2866ac32df7.tar.gz pokebot-78690b2e2949ed3be38a136f1c6ac2866ac32df7.zip | |
Merge pull request #1 from fkaa/refactoring
Add enterprise logging and split out gstreamer & teamspeak specific code
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
