chapolibot/Cargo.toml
2022-09-05 22:31:23 +02:00

13 lines
No EOL
320 B
TOML

[package]
name = "chapolibot"
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"
unicode-segmentation = "1.7.1"
lazy_static = "1.4.0"