chapolibot/Cargo.toml

12 lines
271 B
TOML
Raw Normal View History

2022-05-05 14:31:00 +00:00
[package]
name = "telegram_bots"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
frankenstein = "0.13"
2022-05-06 10:32:53 +00:00
rand = { version = "0.8.5", features = ["small_rng"] }
regex = "1"