Browse Source

Feat: publish cli

Jonathan Kelley 4 năm trước cách đây
mục cha
commit
44ea4f8de9
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      packages/cli/Cargo.toml

+ 3 - 1
packages/cli/Cargo.toml

@@ -1,8 +1,10 @@
 [package]
 name = "dioxus-cli"
-version = "0.0.0"
+version = "0.1.0"
 authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
 edition = "2018"
+description = "CLI tool for developing, testing, and publishing Dioxus apps"
+"license" = "MIT/Apache-2.0"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html