kitchen/recipe-store/Cargo.toml

15 lines
335 B
TOML
Raw Normal View History

[package]
name = "recipe-store"
2022-08-25 16:29:45 -04:00
version = "0.2.10"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
recipes = {path = "../recipes" }
async-trait = "0.1.57"
async-std = "1.10.0"
tracing = "0.1.35"
2022-08-15 19:37:08 -04:00
reqwasm = "0.5.0"
serde_json = "1.0.79"
serde = "1.0.143"