Initial commit
This commit is contained in:
commit
c826b8a819
15 changed files with 4417 additions and 0 deletions
11
bot/Cargo.toml
Normal file
11
bot/Cargo.toml
Normal 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"] }
|
Loading…
Add table
Add a link
Reference in a new issue