aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 9fa1245940d1af21cba79439298134c1bc3db0b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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]
anyhow = "1.0.79"
either = "1.9.0"
ghost-cell = "0.2.3"
rand = "0.8.5"
stl_io = "0.7.0"
typed-arena = "2.0.2"