diff options
| author | Jokler <jokler.contact@gmail.com> | 2020-01-06 00:07:57 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2020-01-06 00:07:57 +0100 |
| commit | 31fab217a2221d76c79bd0b7b0f2e97fbc23d06b (patch) | |
| tree | 399388eab5fecfd485b1f85fbb5770dca424f2ed /Cargo.toml | |
| download | pokebot-31fab217a2221d76c79bd0b7b0f2e97fbc23d06b.tar.gz pokebot-31fab217a2221d76c79bd0b7b0f2e97fbc23d06b.zip | |
Initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..1111fea --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,25 @@ +[package] +name = "ts3bot-test" +version = "0.1.0" +authors = ["Jokler <jokler.contact@gmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +tsclientlib = { path = "../tsclientlib/tsclientlib" } +tsproto-packets = { path = "../tsclientlib/utils/tsproto-packets" } +structopt = "0.2" + +tokio = "0.1.0" +futures-preview = { version = "=0.3.0-alpha.19", features = ["compat"] } +futures01 = { package = "futures", version = "0.1" } +tokio-signal = "0.2.7" +log = "0.4.8" +gstreamer = "0.15.0" +futures-util = "0.3.1" +gstreamer-app = "0.15.0" +gstreamer-audio = "0.15.0" +byte-slice-cast = "0.3.5" +serde = "1.0.104" +toml = "0.5.5" |
