From 793e5ec218add1001e8486978689b0a133b7c598 Mon Sep 17 00:00:00 2001 From: Smitty Date: Sat, 25 Dec 2021 18:24:47 -0500 Subject: [PATCH] Don't push unneeded items directory to crates.io This is a large directory that isn't needed by downstream users. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5b2a4d6..519a73e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,9 @@ edition = "2018" repository = "https://github.com/Smittyvb/wikidata/" license = "Apache-2.0" description = "A library for working with Wikidata in Rust" +exclude = [ + "items/" +] [dependencies] chrono = { version = "0.4.19", features = ["std", "serde"], default-features = false }