mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-01-02 07:48:45 +00:00
16 lines
549 B
TOML
16 lines
549 B
TOML
[package]
|
|
name = "dioxus-interpreter-js"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
authors = ["Jonathan Kelley"]
|
|
description = "JS Intepreter for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
|
homepage = "https://dioxuslabs.com"
|
|
documentation = "https://docs.rs/dioxus"
|
|
keywords = ["dom", "ui", "gui", "react", "wasm"]
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|