You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
371 B
16 lines
371 B
[package]
|
|
name = "rust-tbot"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread"] }
|
|
teloxide = { version = "0.13", features = ["macros"] }
|
|
log = "0.4"
|
|
env_logger = "0.9"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_yaml = "0.9"
|
|
clap = { version = "4.1", features = ["derive"] }
|
|
dirs = "4.0"
|
|
|