summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-06-05 10:52:45 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-06-05 10:56:16 +0800
commit115db26ab86fcb50dd14b12b64240b66bbac53f1 (patch)
tree4d5f4785e792fec5e0b3f4eb006219198ce718e2 /Cargo.toml
parent06377e560488e16da185c68c2a0069fd4389fe59 (diff)
refactor
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ade2424..fa36d26 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ repository = "https://github.com/Byron/dua-cli"
readme = "README.md"
description = "A tool to conveniently learn about the disk usage of directories, fast!"
license = "MIT"
-include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md", "!**/*_test/*"]
+include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md", "!**/tests/*"]
[features]
default = ["tui-crossplatform"]