summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-24 14:46:06 +0200
committerLars Wirzenius <liw@liw.fi>2021-01-24 14:46:06 +0200
commit32e73732e2f350818c077846596122f99bd6813b (patch)
tree271721195cc8597009b2c11931faa8f498ad6ee1 /Cargo.toml
parente6455df900d71826b04d33fba358f0c91e54eec3 (diff)
downloadvmadm-32e73732e2f350818c077846596122f99bd6813b.tar.gz
start on image
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 fac79e6..77bb5c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+thiserror = "1"