From 2fcc24f85bc894e88cbbb1d94c78b60adf4fe3a7 Mon Sep 17 00:00:00 2001 From: courvoif Date: Fri, 13 Jan 2023 15:04:07 +0100 Subject: [PATCH] Exclude unwanted files for crates.io packaging --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6d2df37..9e9f3b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,8 @@ readme = "README.md" keywords = ["pcap", "pcapng", "parse", "read", "write"] categories = ["encoding", "parsing"] +exclude = ["benches", "fuzz", "tests"] + [dependencies] byteorder_slice = "3.0.0"