Added config file

This commit is contained in:
2026-07-24 20:42:25 +03:00
parent 5cdf47fca8
commit d909f00f64
5 changed files with 191 additions and 52 deletions
+1
View File
@@ -13,6 +13,7 @@ reqwest = { version = "0.12", features = ["json"] }
# Сериализация / Десериализация JSON
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8"
# Парсинг аргументов CLI (флаги --session-id и т.д.)
clap = { version = "4.5", features = ["derive"] }