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.lock | |
parent | 3ab30ff24a8d56c2286c48173b1eeae97592bb3e (diff) | |
download | dcel-ed18e4642d463658ff03f4dae4cfe644adce601a.tar.xz |
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,6 +3,12 @@ version = 3 [[package]] +name = "anyhow" +version = "1.0.79" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" + +[[package]] name = "autocfg" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -24,6 +30,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" name = "dcel" version = "0.1.0" dependencies = [ + "anyhow", "either", "ghost-cell", "rand", |