topola/crates/topola-cli/Cargo.toml

28 lines
666 B
TOML

# SPDX-FileCopyrightText: 2024 Topola contributors
#
# SPDX-License-Identifier: MIT
[package]
name = "topola-cli"
description = "Work-in-progress free and open-source topological (rubberband) router and autorouter for printed circuit boards (PCBs)"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "topola"
path = "src/main.rs"
[features]
default = ["disable_contracts"]
disable_contracts = ["topola/disable_contracts"]
[dependencies]
serde.workspace = true
serde_json.workspace = true
topola.workspace = true
clap= { workspace = true, features = ["derive"] }
[build-dependencies]
clap_mangen.workspace = true
clap= { workspace = true, features = ["derive"] }