aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCharlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de>2024-01-18 03:22:49 +0100
committerCharlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de>2024-03-24 17:19:53 +0100
commited18e4642d463658ff03f4dae4cfe644adce601a (patch)
tree57693678a5d5825a6117dcd7f201048a1877c213 /Cargo.toml
parent3ab30ff24a8d56c2286c48173b1eeae97592bb3e (diff)
downloaddcel-ed18e4642d463658ff03f4dae4cfe644adce601a.tar.xz
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cdeda6f..9fa1245 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"