From 1148826e2bd5f9733bd638d96d4eeadd22958296 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 14 Jan 2019 01:53:54 -0800 Subject: adjust namespace layout --- Cargo.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b18575d..51c590e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "x86-rs" +name = "yaxpeax-x86" version = "0.0.1" authors = [ "iximeow " ] repository = "x86-rs" @@ -19,3 +19,14 @@ A rust x86-64 decoder [[test]] name = "test" path = "test/test.rs" + +[[bench]] +name = "bench" +path = "test/bench.rs" + +[features] +default = [] + +# This enables some capstone benchmarks over the same +# instruction bytes used to bench this code. +capstone_bench = [] -- cgit v1.1