summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-24 15:47:24 +0200
committerLars Wirzenius <liw@liw.fi>2021-01-24 15:47:24 +0200
commit0d10bc096bb4d791b6528d7ca6d450c83cfd1778 (patch)
tree959f423b430e24b0bb553aa6d8129469f107fbdc /Cargo.toml
parent1a5a6e5e8e356af082b11b549f3ddfa56f0046db (diff)
downloadvmadm-0d10bc096bb4d791b6528d7ca6d450c83cfd1778.tar.gz
create
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9e49642..acda35e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,5 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+anyhow = "1"
+tempfile = "3.2"
thiserror = "1"
-tempfile = "3.2" \ No newline at end of file