Skip to content

Commit

Permalink
Optimize crate size with cargo diet -r
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 26, 2020
1 parent bb40674 commit ca2dc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name = "dua-cli"
version = "2.6.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
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!"
license = "MIT"
include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md", "!**/*_test/*"]

[dependencies]
failure = "0.1.1"
Expand Down

0 comments on commit ca2dc43

Please sign in to comment.