first commit

This commit is contained in:
Mateusz Gruszczyński
2025-07-19 15:51:29 +02:00
commit 7ac1ad269c
12 changed files with 328 additions and 0 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "ts3-manager-rust"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = "4"
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
rrd = "0.1" # Zakładam dostępność; dostosuj jeśli potrzeba
rand = "0.8"
env_logger = "0.10"
log = "0.4"
serde_teamspeak_querystring = "0.3" # Do parsowania zapytań TS3
askama = "0.10" # Dla szablonów HTML
askama_derive = "0.10"
chrono = "0.4"
actix-files = "0.6"