浏览代码

Remove the dioxus bin from the cli

Jonathan Kelley 1 年之前
父节点
当前提交
d27af03e3f
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      packages/cli/Cargo.toml

+ 0 - 7
packages/cli/Cargo.toml

@@ -86,13 +86,6 @@ dioxus-core = { workspace = true, features = ["serialize"] }
 default = []
 plugin = ["mlua"]
 
-# install path dx and dioxus as the same command
-# so, they're not really aliases
-# eventually dx will defer to the right version of dioxus
-[[bin]]
-path = "src/main.rs"
-name = "dioxus"
-
 [[bin]]
 path = "src/main.rs"
 name = "dx"