[package]
edition = "2021"
name = "react-rs-elements"
version = "0.1.0"
authors = ["OS-Lihua"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML element API for react.rs with pure Rust method chaining"
homepage = "https://github.com/OS-Lihua/next.rs"
readme = false
keywords = [
"react",
"nextjs",
"wasm",
"ssr",
"web",
]
categories = [
"web-programming",
"wasm",
"gui",
]
license = "MIT"
repository = "https://github.com/OS-Lihua/next.rs"
[lib]
name = "react_rs_elements"
path = "src/lib.rs"
[dependencies.react-rs-core]
version = "0.1.0"
[dev-dependencies]