libreda-triton-route/Cargo.toml

24 lines
647 B
TOML

# SPDX-FileCopyrightText: 2022 Thomas Kramer <code@tkramer.ch>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
[package]
name = "libreda_triton_route"
version = "0.0.0"
edition = "2021"
authors = ["Thomas Kramer <code@tkramer.ch>"]
license = "AGPL-3.0-or-later"
description = "Rust bindings for the 'TritonRoute' detail router."
readme = "README.md"
homepage = "https://libreda.org"
repository = "https://codeberg.org/libreda/libreda-triton-route"
[dependencies]
log = "0.4"
num-traits = "0.2"
itertools = "0.10"
libreda-pnr = { path = "../libreda-pnr" }
iron-shapes = { path = "../iron-shapes" }
libreda-lefdef = { path = "../libreda-lefdef" }