mirror of
https://git.kittycat.homes/zoe/wisdom.git
synced 2024-08-15 03:26:36 +00:00
12 lines
296 B
TOML
12 lines
296 B
TOML
[package]
|
|
name = "kitchen-wisdom"
|
|
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"
|
|
clap = { version = "3.0.6", features = ["derive"] }
|