mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
15 lines
334 B
TOML
15 lines
334 B
TOML
[package]
|
|
name = "recipe-store"
|
|
version = "0.1.0"
|
|
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"
|
|
reqwasm = "0.5.0"
|
|
serde_json = "1.0.79"
|
|
serde = "1.0.143" |