summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a1887fe..24ae361 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "dua-cli"
-version = "2.3.1"
+version = "2.3.2"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
-include = ["src/**/*", "Cargo.*", "*.md"]
+include = ["src/**/*", "Cargo.*", "*.md", "LICENSE"]
repository = "https://github.com/Byron/dua-cli"
readme = "README.md"
description = "A tool to conveniently learn about the disk usage of directories, fast!"