aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2019-04-21 14:22:57 -0700
committeriximeow <me@iximeow.net>2020-01-12 16:10:13 -0800
commit153e8b77d364893a460a7d779347febae36e5b5a (patch)
treeb25386dffdb746315f0dd1dc46d56662af1004fb /Cargo.toml
parent7a45abbef5a1158e3ab676e666cbe69a2d57e36a (diff)
awful tweaks to expose a serde flag on yaxpeax-arch which will trickle through everything
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d98a94e..dcee616 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,3 +39,5 @@ default = []
# This enables some capstone benchmarks over the same
# instruction bytes used to bench this code.
capstone_bench = []
+
+use-serde = []