diff options
author | Charlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de> | 2024-01-18 03:22:49 +0100 |
---|---|---|
committer | Charlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de> | 2024-03-24 17:19:53 +0100 |
commit | ed18e4642d463658ff03f4dae4cfe644adce601a (patch) | |
tree | 57693678a5d5825a6117dcd7f201048a1877c213 /Cargo.toml | |
parent | 3ab30ff24a8d56c2286c48173b1eeae97592bb3e (diff) | |
download | dcel-ed18e4642d463658ff03f4dae4cfe644adce601a.tar.xz |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ 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" |