dioxus/packages/ssr/Cargo.toml

27 lines
682 B
TOML
Raw Normal View History

2021-01-15 23:25:29 -05:00
[package]
name = "dioxus-ssr"
2021-01-21 02:25:44 -05:00
version = "0.1.0"
2021-01-15 23:25:29 -05: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 02:25:44 -05:00
[dependencies]
dioxus-core = { path = "../core", version = "0.1.0", features = ["serialize"] }
2021-05-27 17:57:59 -04:00
[dev-dependencies]
2021-07-11 17:24:47 -04:00
dioxus-hooks = { path = "../hooks" }
dioxus-html = { path = "../html" }
2021-05-27 17:57:59 -04:00
tide-websockets = "*"
thiserror = "1.0.23"
log = "0.4.13"
fern = { version = "0.6.0", features = ["colored"] }
2021-07-27 00:27:07 -04:00
anyhow = "1.0"
2021-05-27 17:57:59 -04:00
argh = "0.1.4"
serde = "1.0.120"
serde_json = "1.0.61"
async-std = { version = "1.9.0", features = ["attributes"] }
tide = "0.16.0"
fs_extra = "1.2.0"