ilo-pali-pi-nimi-sin/Cargo.toml

19 lines
382 B
TOML
Raw Permalink Normal View History

2022-05-02 16:52:19 +00:00
[package]
name = "ilo_pali_pi_nimi_sin"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
markov = "1.1.0"
2022-05-03 12:10:07 +00:00
rocket = "0.4.10"
2022-05-05 20:16:57 +00:00
rand_chacha = "0.3.1"
2022-05-03 12:10:07 +00:00
[dependencies.rocket_contrib]
version = "0.4.10"
default-features = false
features = ["handlebars_templates", "serve"]