aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 84dc38a26b52f4217f9a5a7eb4c91d60fec7b061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- coding: utf-8 -*-

[package]
name            = "curveipo"
description     = "2D curve interpolation"
version         = "1.0.0"
edition         = "2021"
authors         = ["Michael Büsch <m@bues.ch>"]
license         = "MIT OR Apache-2.0"
readme          = "README.md"
repository      = "https://bues.ch/cgit/curveipors.git"
categories      = ["algorithms", "no-std"]
keywords        = ["2D", "vector", "curve", "interpolation"]

[dev-dependencies]
float_eq        = "1"

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface