mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-28 20:29:53 -04:00
22 lines
454 B
TOML
22 lines
454 B
TOML
cargo-features = ["edition2021"]
|
|
|
|
[package]
|
|
name = "kitchen"
|
|
version = "0.2.1"
|
|
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
recipes = {path = "../recipes" }
|
|
csv = "1.1.1"
|
|
warp = "0.3.2"
|
|
static_dir = "0.2.0"
|
|
|
|
[dependencies.clap]
|
|
version = "2.33.4"
|
|
|
|
[dependencies.async-std]
|
|
version = "1.10.0"
|
|
features = ["tokio1"] |