From 0ef3cdf12d5a5087bf95e1d8820723536a28a0cf Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 21 Apr 2019 14:17:00 -0700 Subject: awful tweaks to expose a serde flag on yaxpeax-arch which will trickle through everything --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d9f2b9c..641c3dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,8 @@ A rust arm decoder [dependencies] yaxpeax-arch = { path = "../../yaxpeax-arch" } +"serde" = "*" +"serde_derive" = "*" [[test]] name = "test" @@ -19,3 +21,8 @@ path = "test/test.rs" [[bench]] name = "bench" path = "test/test.rs" + +[features] +default = [] + +use-serde = [] -- cgit v1.1