|
@@ -1,6 +1,6 @@
|
|
|
[package]
|
|
|
name = "dioxus-cli"
|
|
|
-version = "0.1.3"
|
|
|
+version = "0.1.4"
|
|
|
authors = ["Jonathan Kelley"]
|
|
|
edition = "2018"
|
|
|
description = "CLI tool for developing, testing, and publishing Dioxus apps"
|
|
@@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"
|
|
|
|
|
|
[dependencies]
|
|
|
# cli core
|
|
|
-clap = {version = "3.0.14", features = ["derive"]}
|
|
|
+clap = { version = "3.0.14", features = ["derive"] }
|
|
|
thiserror = "1.0.30"
|
|
|
wasm-bindgen-cli-support = "0.2.79"
|
|
|
# features
|