|
@@ -2,6 +2,14 @@
|
|
name = "dioxus-interpreter-js"
|
|
name = "dioxus-interpreter-js"
|
|
version = "0.0.0"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
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
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|