rust/integral-geometry/Cargo.toml
author unC0Rr
Tue, 03 Sep 2024 11:16:16 +0200
branchtransitional_engine
changeset 16056 d4675c190fa5
parent 14228 bb2f301d4fe0
permissions -rw-r--r--
Make Point::with_margin function safe to use

[package]
name = "integral-geometry"
version = "0.1.0"
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
edition = "2018"

[dependencies]
fpnum = { path = "../fpnum" }