aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cdeda6f020c786f0adba3f0e38c92cef0e3bdf21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "dcel"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
either = "1.9.0"
ghost-cell = "0.2.3"
rand = "0.8.5"
stl_io = "0.7.0"
typed-arena = "2.0.2"