From 7163c8932c64d7b51024131239a68a8ca2c1d9af Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Mon, 30 May 2022 12:19:02 +0530 Subject: [PATCH] Simplify Cargo.toml --- Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ed53c06..41916f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,14 +20,6 @@ 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.126"