We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682bafb commit 317bd89Copy full SHA for 317bd89
Cargo.toml
@@ -5,12 +5,12 @@ authors = ["Josh Leverette <coder543@gmail.com>"]
5
6
# uncomment if doing benchmarks
7
# otherwise, it just slows down compilation of examples
8
-[dev-dependencies]
9
-criterion = "0.2.3"
10
-handlebars = "0.32.0"
11
-serde_json = "1.0.16"
12
-serde_derive = "1.0.43"
13
-serde = "1.0.43"
+# [dev-dependencies]
+# criterion = "0.2.3"
+# handlebars = "0.32.0"
+# serde_json = "1.0.16"
+# serde_derive = "1.0.43"
+# serde = "1.0.43"
14
15
[dependencies]
16
zapper_derive = { path = "./zapper-derive" }
0 commit comments