From e86f523e333a9019b17427648a3d7c14c61780d5 Mon Sep 17 00:00:00 2001 From: blinxen Date: Fri, 20 Oct 2023 19:12:32 +0200 Subject: [PATCH] Fix file name and excluded no needed files in Cargo.toml (#30) * Fix typo in file name * Exclude files that don't need to be published on crates.io --- Cargo.toml | 1 + tarpulin.toml => tarpaulin.toml | 0 2 files changed, 1 insertion(+) rename tarpulin.toml => tarpaulin.toml (100%) diff --git a/Cargo.toml b/Cargo.toml index 5b7e2be..ac81528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" license = "MPL-2.0" repository = "https://github.com/helix-editor/nucleo" readme = "README.md" +exclude = ["/typos.toml", "/tarpaulin.toml"] [lib] diff --git a/tarpulin.toml b/tarpaulin.toml similarity index 100% rename from tarpulin.toml rename to tarpaulin.toml