From 1ae2f081b51f7771e4f72cca5bea40a793d89aae Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 1 Feb 2021 01:43:36 +0100 Subject: [PATCH] Exclude assets --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 34b14a6..600f678 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ description = "A diff library for Rust" repository = "https://github.com/mitsuhiko/similar" keywords = ["diff", "difference", "patience", "compare", "changes"] readme = "README.md" +exclude = [ + "assets/*" +] [package.metadata.docs.rs] all-features = true