mirror of https://codeberg.org/topola/topola.git
21 lines
363 B
TOML
21 lines
363 B
TOML
# SPDX-FileCopyrightText: 2024 Topola contributors
|
|
#
|
|
# SPDX-License-Identifier: MIT OR Apache-2.0
|
|
|
|
[package]
|
|
name = "topola-gear-sectors"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[features]
|
|
serde = ["smallvec/serde", "dep:serde"]
|
|
|
|
[dependencies]
|
|
num-traits = "0.2"
|
|
smallvec = "1.13"
|
|
|
|
[dependencies.serde]
|
|
workspace = true
|
|
optional = true
|