diff --git a/Cargo.lock b/Cargo.lock index bf408cc..ce13f36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,7 +233,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fs-librarian" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "exitcode", diff --git a/Cargo.toml b/Cargo.toml index e4b3a0f..50c8481 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fs-librarian" -version = "0.1.0" +version = "0.2.0" authors = ["Jason Rogena "] edition = "2021" rust-version = "1.61" @@ -12,6 +12,11 @@ homepage = "https://github.com/jasonrogena/librarian" repository = "https://github.com/jasonrogena/librarian" keywords = ["directory", "file", "file-manager", "organiser", "organizer"] categories = ["command-line-utilities", "filesystem"] +exclude = [ + "tests/files/*", + "tests/configs/bad-*", + ".github/*", +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html