summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2019-01-18 23:48:53 +0100
committerVincent Breitmoser <look@my.amazin.horse>2019-01-19 00:47:43 +0100
commit30edfe9dc7a92b35ba7b308f0eec628346c5c2ba (patch)
tree9be013b8e57bdbe53eaa61bf4dd7c7a280ea2b7f /Cargo.toml
parent9e9507f3233dceb98b5a6809519ec989cb8894c6 (diff)
introduce custom error type for nicer backtraces
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 262e0a9..999d621 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ tempfile = "3.0.5"
uuid = { version = "0.7", features = ["v4"] }
fs2 = "0.4.3"
lazy_static = "1.2.0"
+backtrace = "0.3"
[dev-dependencies]
assert_fs = "0.10.1"