From 139effe81d625439946e8ae3c77e329e2b56710d Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 21 Apr 2019 14:22:35 -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 c70191d..4f10a3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,14 @@ A rust pic18 decoder [dependencies] yaxpeax-arch = { path = "../../yaxpeax-arch" } +"serde" = "*" +"serde_derive" = "*" [[test]] name = "test" path = "test/test.rs" + +[features] +default = [] + +use-serde = [] -- cgit v1.1