cli: rename the CLI binary to from `topola-cli` to shorter `topola`

This commit is contained in:
Mikolaj Wielgus 2024-07-15 12:02:17 +02:00
parent cd6c9fbe76
commit b0068c5f09
2 changed files with 2 additions and 2 deletions

View File

@ -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]]