kitchen/web/Cargo.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" ]