summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-25 08:17:48 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-25 08:20:37 +0800
commit96ff5ab74a70dd908f5dd218077cd2382e08d9f1 (patch)
treebad41fa4554940e1e20036653000b9b4aa71fa1f /Cargo.toml
parenta37e68d7cd1c1884a0803bb05e1a333fec259ce3 (diff)
Add license file to TUI-react; include it in dua, update dependenciesv2.3.2tui-react-v0.2.1
related to https://github.com/Byron/dua-cli/issues/38
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!"