|
@@ -7,24 +7,13 @@ license = "MIT/Apache-2.0"
|
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
|
|
homepage = "https://dioxuslabs.com"
|
|
|
documentation = "https://dioxuslabs.com"
|
|
|
-keywords = [
|
|
|
- "dom",
|
|
|
- "ui",
|
|
|
- "userinterface",
|
|
|
- "gui",
|
|
|
- "react",
|
|
|
- "state",
|
|
|
- "management",
|
|
|
- "wasm",
|
|
|
- "web",
|
|
|
- "ssr",
|
|
|
-]
|
|
|
+keywords = ["dom", "ui", "gui", "react", "wasm"]
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
[dependencies]
|
|
|
-dioxus-core = { path = "../core", version ="^0.1.3", default-features = false }
|
|
|
-dioxus-html = { path = "../html", version ="^0.1.0", default-features = false }
|
|
|
-dioxus-core-macro = { path = "../core-macro", version ="^0.1.2"}
|
|
|
+dioxus-core = { path = "../core", version = "^0.1.3", default-features = false }
|
|
|
+dioxus-html = { path = "../html", version = "^0.1.0", default-features = false }
|
|
|
+dioxus-core-macro = { path = "../core-macro", version = "^0.1.2" }
|
|
|
|
|
|
web-sys = { version = "0.3", features = [
|
|
|
"Attr",
|