Bläddra i källkod

chore: fill out cargo meta

Jonathan Kelley 3 år sedan
förälder
incheckning
85a09314a6
2 ändrade filer med 11 tillägg och 0 borttagningar
  1. 7 0
      packages/native-core-macro/Cargo.toml
  2. 4 0
      packages/native-core/Cargo.toml

+ 7 - 0
packages/native-core-macro/Cargo.toml

@@ -2,6 +2,13 @@
 name = "dioxus-native-core-macro"
 version = "0.2.0"
 edition = "2021"
+description = "Build natively rendered apps with Dioxus"
+license = "MIT/Apache-2.0"
+repository = "https://github.com/DioxusLabs/dioxus/"
+homepage = "https://dioxuslabs.com"
+documentation = "https://dioxuslabs.com"
+keywords = ["dom", "ui", "gui", "react", "wasm"]
+
 
 [lib]
 proc-macro = true

+ 4 - 0
packages/native-core/Cargo.toml

@@ -5,6 +5,10 @@ edition = "2021"
 license = "MIT/Apache-2.0"
 repository = "https://github.com/DioxusLabs/dioxus/"
 homepage = "https://dioxuslabs.com"
+description = "Build natively rendered apps with Dioxus"
+documentation = "https://dioxuslabs.com"
+keywords = ["dom", "ui", "gui", "react", "wasm"]
+
 
 [dependencies]
 dioxus-core = { path = "../core", version = "^0.2.1" }