first commit
This commit is contained in:
18
Cargo.toml
Normal file
18
Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user