topola/crates/specctra-core/Cargo.toml

22 lines
425 B
TOML

# SPDX-FileCopyrightText: 2024 Topola contributors
#
# SPDX-License-Identifier: MIT
[package]
name = "specctra-core"
version = "0.1.0"
edition = "2021"
[dependencies]
bimap.workspace = true
geo-types.workspace = true
serde.workspace = true
specctra_derive.path = "../specctra_derive"
thiserror.workspace = true
topola-rules.path = "../topola-rules"
utf8-chars = "3.0"
[dependencies.rstar]
workspace = true
optional = true