mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-28 20:29:53 -04:00
16 lines
342 B
TOML
16 lines
342 B
TOML
[package]
|
|
name = "kitchen"
|
|
version = "0.1.0"
|
|
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
recipes = {path = "../recipes" }
|
|
csv = "1.1.1"
|
|
|
|
[dependencies.clap]
|
|
version = "3.0.1"
|
|
default-features = false
|