Browse Source

release: make interpreter crate publishable

Jonathan Kelley 3 years ago
parent
commit
5b69f9b686
1 changed files with 8 additions and 0 deletions
  1. 8 0
      packages/interpreter/Cargo.toml

+ 8 - 0
packages/interpreter/Cargo.toml

@@ -2,6 +2,14 @@
 name = "dioxus-interpreter-js"
 version = "0.0.0"
 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