chapolibot/Cargo.toml
2022-05-06 10:32:53 +00:00

11 lines
271 B
TOML

[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"
rand = { version = "0.8.5", features = ["small_rng"] }
regex = "1"