2022-05-05 14:31:00 +00:00
|
|
|
[package]
|
2022-09-05 22:23:10 +02:00
|
|
|
name = "chapolibot"
|
2022-05-05 14:31:00 +00:00
|
|
|
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"
|
2022-09-05 22:23:10 +02:00
|
|
|
unicode-segmentation = "1.7.1"
|
|
|
|
lazy_static = "1.4.0"
|