xenobalanus/Cargo.toml

16 lines
304 B
TOML
Raw Normal View History

2024-03-17 14:46:15 +02:00
[package]
name = "triturus"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
delaunator = "1.0.2"
geo = "0.28.0"
2024-03-19 12:14:47 +02:00
geo-types = "0.7.13"
2024-03-17 19:18:53 +02:00
itertools = "0.12.1"
2024-03-17 14:46:15 +02:00
rand = "0.8.5"
2024-03-17 16:36:07 +02:00
rayon = "1.9.0"
2024-03-17 19:18:53 +02:00
statrs = "0.16.0"