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"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
default-run = "topola-egui"
|
||||
default-run = "topola"
|
||||
|
||||
[lib]
|
||||
name = "topola"
|
||||
|
||||
[[bin]]
|
||||
name = "topola-cli"
|
||||
name = "topola"
|
||||
required-features = ["cli"]
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue