dioxus/packages/ssr/Cargo.toml

11 lines
286 B
TOML
Raw Normal View History

2021-01-16 04:25:29 +00:00
[package]
name = "dioxus-ssr"
2021-01-21 07:25:44 +00:00
version = "0.1.0"
2021-01-16 04:25:29 +00:00
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2021-01-21 07:25:44 +00:00
[dependencies]
dioxus-core = { path = "../core", version = "0.1.0" }