kitchen/web/Cargo.toml

14 lines
267 B
TOML
Raw Normal View History

2022-01-13 18:07:01 -05:00
[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" ]