This commit is contained in:
Tobias Reisinger 2023-11-13 17:01:23 +01:00
commit 13abafae9d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
12 changed files with 1095 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "teamspeak-query-lib"
version = "0.1.0"
edition = "2021"
[dependencies]
telnet = "0.2"
clap = { version = "4.4", features = ["derive"] }