소스 검색

publish: html package

Jonathan Kelley 3 년 전
부모
커밋
740cbd1
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      packages/html/Cargo.toml

+ 4 - 1
packages/html/Cargo.toml

@@ -1,12 +1,15 @@
 [package]
 name = "dioxus-html"
 version = "0.0.0"
+authors = ["Jonathan Kelley"]
 edition = "2018"
+description = "HTML Element pack for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"
+"license" = "MIT/Apache-2.0"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-dioxus-core = { path = "../core", version = "0.1" }
+dioxus-core = { path = "../core", version = "0.1.2" }
 
 [dev-dependencies]
 scraper = "0.12.0"