Jonathan Kelley 3 роки тому
батько
коміт
868f6739d2

+ 1 - 12
packages/core-macro/Cargo.toml

@@ -8,18 +8,7 @@ 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
 
 [lib]

+ 2 - 13
packages/core/Cargo.toml

@@ -8,18 +8,7 @@ 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
@@ -62,7 +51,7 @@ dioxus-html = { path = "../html" }
 fern = { version = "0.6.0", features = ["colored"] }
 rand = { version = "0.8.4", features = ["small_rng"] }
 simple_logger = "1.13.0"
-dioxus-core-macro = { path = "../core-macro", version ="^0.1.2"}
+dioxus-core-macro = { path = "../core-macro", version = "^0.1.2" }
 # dioxus-hooks = { path = "../hooks" }
 criterion = "0.3.5"
 

+ 1 - 12
packages/coroutines/Cargo.toml

@@ -5,18 +5,7 @@ edition = "2018"
 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]

+ 2 - 13
packages/desktop/Cargo.toml

@@ -8,22 +8,11 @@ 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", features = ["serialize"] }
+dioxus-core = { path = "../core", version = "^0.1.3", features = ["serialize"] }
 argh = "0.1.4"
 serde = "1.0.120"
 serde_json = "1.0.61"

+ 1 - 12
packages/hooks/Cargo.toml

@@ -6,18 +6,7 @@ edition = "2018"
 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]

+ 2 - 13
packages/html/Cargo.toml

@@ -8,22 +8,11 @@ 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"}
+dioxus-core = { path = "../core", version = "^0.1.3" }
 # Serialize the Edits for use in Webview/Liveview instances
 serde = { version = "1", features = ["derive"], optional = true }
 serde_repr = { version = "0.1.7", optional = true }

+ 1 - 12
packages/liveview/Cargo.toml

@@ -5,18 +5,7 @@ edition = "2021"
 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]

+ 2 - 13
packages/mobile/Cargo.toml

@@ -6,24 +6,13 @@ edition = "2018"
 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]
 anyhow = "1.0"
 # cacao = { git = "https://github.com/ryanmcgrath/cacao" }
-dioxus-core = { path = "../core", version ="^0.1.3"}
+dioxus-core = { path = "../core", version = "^0.1.3" }
 log = "0.4.14"
 serde = "1.0.126"
 serde_json = "1.0.64"

+ 4 - 15
packages/router/Cargo.toml

@@ -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",

+ 2 - 13
packages/ssr/Cargo.toml

@@ -8,23 +8,12 @@ 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", features = ["serialize"] }
+dioxus-core = { path = "../core", version = "^0.1.3", features = ["serialize"] }
 
 
 [dev-dependencies]

+ 2 - 13
packages/web/Cargo.toml

@@ -8,22 +8,11 @@ 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"}
+dioxus-core = { path = "../core", version = "^0.1.3" }
 dioxus-html = { path = "../html" }
 js-sys = "0.3"
 # wasm-bindgen-shared = { path = "../../../Tinkering/wasm-bindgen/crates/shared" }