teamspeak-query-lib/Cargo.toml
Tobias Reisinger 70e0a1d0b4
Some checks failed
/ build-upload (push) Has been cancelled
Fix events caused by yourself being shown
2024-04-15 14:23:09 +02:00

12 lines
226 B
TOML

[package]
name = "teamspeak-query-lib"
version = "0.1.5"
edition = "2021"
[dependencies]
telnet = "0.2"
clap = { version = "4.4", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"