From 3fd91bbfaed97284c5edf4af6ebc7bc62292bf0c Mon Sep 17 00:00:00 2001 From: Polochon_street Date: Thu, 28 Dec 2023 19:24:10 +0100 Subject: [PATCH] Exclude data/ folder when publishing crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7dd4290..7744023 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ homepage = "https://lelele.io/bliss.html" repository = "https://github.com/Polochon-street/bliss-rs" keywords = ["audio", "analysis", "MIR", "playlist", "similarity"] readme = "README.md" +exclude = ["data/"] [package.metadata.docs.rs] features = ["bliss-audio-aubio-rs/rustdoc", "library"]