From c9209c2dbc47b46d5a8a73559a552f4b80f0acee Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 22 Feb 2021 02:02:27 +1000 Subject: [PATCH] minor tweaks for what should/shouldn't be included in git/crate --- .gitignore | 1 + Cargo.lock | 2 +- Cargo.toml | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0e32b75..1fe5795 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ fif_* /old *.sh +!clippy.sh cargo-timing*.html diff --git a/Cargo.lock b/Cargo.lock index 9477c0d..d77bf9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,7 +176,7 @@ checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193" [[package]] name = "fif" -version = "0.2.2" +version = "0.2.3" dependencies = [ "cached", "clap", diff --git a/Cargo.toml b/Cargo.toml index 22a08bc..d408fc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fif" description = "A command-line tool for detecting and optionally correcting files with incorrect extensions." -version = "0.2.2" +version = "0.2.3" authors = ["Lynnesbian "] edition = "2018" license = "GPL-3.0-or-later" @@ -10,6 +10,7 @@ repository = "https://git.bune.city/lynnesbian/fif" readme = "README.md" keywords = ["mime", "mimetype", "utilities", "tools"] categories = ["command-line-utilities"] +exclude = [".idea/", "Cross.toml", "*.sh"] #resolver = "2" #license-file = "LICENSE"