Files
chanora/poc/tsclientlib-filetransfer-spike/Cargo.toml
T

20 lines
758 B
TOML

[package]
name = "tsclientlib-filetransfer-spike"
version = "0.1.0"
edition = "2021"
publish = false
description = "Chanora PoC: discover and download a TeamSpeak file over the file-transfer port."
[workspace]
[dependencies]
anyhow = "1"
base64 = "0.22"
clap = { version = "4", features = ["derive"] }
futures = "0.3"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time", "fs", "io-util"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tsclientlib = { git = "https://github.com/ReSpeak/tsclientlib.git", rev = "04aa2491", default-features = false, features = ["default-tls"] }
tsproto-packets = { git = "https://github.com/ReSpeak/tsclientlib.git", rev = "04aa2491", package = "tsproto-packets" }