wisdom/Cargo.toml

14 lines
361 B
TOML
Raw Permalink Normal View History

2022-01-10 14:47:41 +00:00
[package]
2022-01-15 14:47:11 +00:00
name = "wisdom"
2022-01-10 14:47:41 +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]
rocket = "0.5.0-rc.1"
markov = "1.1.0"
lazy_static = "1.4.0"
2022-01-11 16:04:38 +00:00
clap = { version = "3.0.6", features = ["derive"] }
2022-01-20 12:42:37 +00:00
rocket_dyn_templates = {version="0.1.0-rc.1", features= ["handlebars"] }