kitchen/kitchen/Cargo.toml

23 lines
492 B
TOML
Raw Normal View History

[package]
name = "kitchen"
2022-08-02 18:27:25 -04:00
version = "0.2.9"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
2022-02-19 16:34:08 -05:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-07-16 14:08:18 -04:00
tracing = "0.1.35"
tracing-subscriber = "0.3.14"
recipes = {path = "../recipes" }
2021-11-23 08:17:19 -05:00
csv = "1.1.1"
warp = "0.3.2"
static_dir = "0.2.0"
2021-11-09 20:26:52 -05:00
[dependencies.clap]
2022-08-03 18:12:07 -04:00
version = "3.2.16"
features = [ "cargo" ]
[dependencies.async-std]
version = "1.10.0"
features = ["tokio1"]