kovachev-bot-2/Cargo.toml
2025-05-07 23:56:33 +01:00

13 lines
290 B
TOML

[package]
name = "kovachevbot"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.37", features = ["derive", "env"] }
dotenvy = "0.15.7"
formatx = "0.2.4"
mwbot = "0.6.1"
shellexpand = "3.1.1"
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }