From b7ee0fc2e1226874d128f89e2438891155fbaa9c Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Wed, 4 May 2022 10:22:10 +0530 Subject: [PATCH] Fix cargo build --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f168b80..7e284f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,7 @@ documentation = 'https://xplr.dev/en' keywords = ['terminal', 'file', 'explorer', 'manager', 'tui'] categories = ['command-line-interface', 'command-line-utilities'] include = ['src/**/*', 'docs/en/src/**/*', 'LICENSE', 'README.md'] +exclude = ["docs/en/landing/", "docs/en/script", "assets/", "benches/", "images/", ".*"] [dependencies] libc = "0.2.125"