Prechádzať zdrojové kódy

fix(crates.io): crate can't contain broken symlink

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 rokov pred
rodič
commit
b35bcf113e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -5,7 +5,7 @@ authors = ["Christina Sørensen <christina@cafkafk.com>"]
 categories = ["command-line-utilities"]
 edition = "2021"
 rust-version = "1.65.0"
-exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
+exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png", "/tests"]
 readme = "README.md"
 homepage = "https://github.com/eza-community/eza"
 license = "MIT"