From b687bb8712ac005ced92297e0a8c83a04c46693c Mon Sep 17 00:00:00 2001 From: Tim Wiechers Date: Mon, 29 Apr 2024 08:46:01 +0200 Subject: [PATCH] Fix cargo.toml; use include or exclude exclusively --- Cargo.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5566609..c2f6809 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,13 +11,10 @@ license = "MIT OR Apache-2.0" edition = "2021" rust-version = "1.70" include = [ + "src/*.md", + "src/lib.rs", "RELEASES.md", -] -exclude = [ - ".*", - "deny.toml", - "Justfile", - "src/tests*.rs" + "LICENSE-*", ] [dependencies.arbitrary]