diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index b93a3e8..806db84 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -3,13 +3,10 @@ name = "nyxstone" version = "0.1.4" authors = ["emproof B.V. ", "Philipp Koppe ", "Rachid Mzannar ", "Darius Hartlief "] edition = "2021" -include = [ - "src/*", - "nyxstone/src/*", - "nyxstone/include/**/*", - "Cargo.toml", - "build.rs", - "LICENSE", +exclude = [ + "examples", + "tests", + "rustfmt.toml", ] repository = "https://github.com/emproof-com/nyxstone" keywords = ["assembly", "disassembly", "arm", "x86_64", "reverse-engineering"]