Browse Source

publish: fix hooks docs

Jonathan Kelley 3 years ago
parent
commit
df168d02a2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/hooks/Cargo.toml

+ 2 - 0
packages/hooks/Cargo.toml

@@ -3,6 +3,8 @@ name = "dioxus-hooks"
 version = "0.1.4"
 authors = ["Jonathan Kelley"]
 edition = "2018"
+description = "Dioxus VirtualDOM renderer for a remote webview instance"
+license = "MIT/Apache-2.0"
 repository = "https://github.com/DioxusLabs/dioxus/"
 homepage = "https://dioxuslabs.com"
 documentation = "https://dioxuslabs.com"