|
@@ -1,8 +1,10 @@
|
|
[package]
|
|
[package]
|
|
name = "dioxus-cli"
|
|
name = "dioxus-cli"
|
|
-version = "0.0.0"
|
|
|
|
|
|
+version = "0.1.0"
|
|
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
|
|
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
|
|
edition = "2018"
|
|
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
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|