mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
14 lines
267 B
TOML
14 lines
267 B
TOML
|
[package]
|
||
|
name = "web"
|
||
|
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" }
|
||
|
|
||
|
[dependencies.dioxus]
|
||
|
version = "0.1.7"
|
||
|
features = [ "web" ]
|