summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2020-01-19 23:34:09 +0200
committerJustin Wernick <justin@worthe-it.co.za>2020-01-19 23:34:09 +0200
commitc6c98371c471cba796560164a25a5c4bd29862fa (patch)
tree172b71873b84819b8583fa3584c36c9206379a1f /Cargo.toml
parentfa3b0d8cb573a2a0700fa565d6cf12abf66dc70f (diff)
Replace custom debug with derivative
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 a5c6e6a..c5937b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
structopt = "0.3.5"
derive_more = "0.99.2"
+derivative = "1.0.3"
im = "14.0.0"
rpds = "0.7.0"
archery = "0.3.0"