summaryrefslogtreecommitdiff
path: root/dhall_proc_macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dhall_proc_macros/Cargo.toml')
-rw-r--r--dhall_proc_macros/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dhall_proc_macros/Cargo.toml b/dhall_proc_macros/Cargo.toml
index 6de2850..48b55e8 100644
--- a/dhall_proc_macros/Cargo.toml
+++ b/dhall_proc_macros/Cargo.toml
@@ -17,3 +17,6 @@ itertools = "0.9.0"
quote = "1.0"
proc-macro2 = "1.0"
syn = "1.0"
+
+[dev-dependencies]
+version-sync = "0.8"