diff options
author | Charlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de> | 2024-03-05 18:06:06 +0100 |
---|---|---|
committer | Charlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de> | 2024-03-24 17:20:00 +0100 |
commit | 35cddacd85c61fd56032899d68b1c1c885377dda (patch) | |
tree | 67d6914f0c6ea084342ec970f03d221c009334eb /Cargo.toml | |
parent | 5c471ffd75df734c04a7a27343a63879872afbce (diff) | |
download | dcel-35cddacd85c61fd56032899d68b1c1c885377dda.tar.xz |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -3,14 +3,8 @@ 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" -ouroboros = "0.18.2" -paste = "1.0.14" -rand = "0.8.5" -stl_io = "0.7.0" -typed-arena = "2.0.2" +ghost-cell = "0.2" +paste = "1" +thiserror = "1" +typed-arena = "2" |