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

[dependencies]
ghost-cell = "0.2"
paste = "1"
thiserror = "1"
typed-arena = "2"