From 0fdec7677c94d6bd89a78006de7dc07d3e60e3b3 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 21 Apr 2019 14:17:13 -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 384bae6..58a1c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,14 @@ A rust msp430 decoder (specifically the microcorruption flavor) [dependencies] yaxpeax-arch = { path = "../../yaxpeax-arch" } "termion" = "1.4.0" +"serde" = "*" +"serde_derive" = "*" [[test]] name = "test" path = "test/test.rs" + +[features] +default = [] + +use-serde = [] -- cgit v1.1