mirror of https://codeberg.org/topola/topola.git
cli: rename the CLI binary to from `topola-cli` to shorter `topola`
This commit is contained in:
parent
cd6c9fbe76
commit
b0068c5f09
|
|
@ -3,13 +3,13 @@ name = "topola"
|
||||||
description = "Topological PCB router"
|
description = "Topological PCB router"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
default-run = "topola-egui"
|
default-run = "topola"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "topola"
|
name = "topola"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "topola-cli"
|
name = "topola"
|
||||||
required-features = ["cli"]
|
required-features = ["cli"]
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue