Initial commit

This commit is contained in:
Aleksandr 2025-10-07 01:16:35 +03:00
commit c826b8a819
15 changed files with 4417 additions and 0 deletions

11
bot/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "bot"
version = "0.1.0"
edition = "2024"
[dependencies]
eva = { workspace = true, features = ["tokio"] }
viendesu.workspace = true
eyre.workspace = true
teloxide = { version = "0.17.0", default-features = false, features = ["macros", "rustls", "cache-me"] }