summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsitkevij <1553398+sitkevij@users.noreply.github.com>2020-11-21 12:57:50 -0800
committersitkevij <1553398+sitkevij@users.noreply.github.com>2020-11-21 12:57:50 -0800
commit4acf227f5cc48304c42b8842ca4d4d03fda72b0a (patch)
tree2c9f26333c5d37bb05be2d7ab1386f5f1ac6970a
parentd05a7bd028a00a9b772cb643f6e93d89b70cb664 (diff)
#50 NO_COLOR support, update Cargo.toml include
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 05a0d51..c78e35b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ categories = ["command-line-utilities","development-tools"]
description = "Futuristic take on hexdump, made in Rust."
repository = "https://github.com/sitkevij/hex"
keywords = ["hexdump", "hexadecimal", "tools", "ascii", "hex"]
+include = ["src/**/*","Cargo.toml","Cargo.lock", "README.md"]
license = "MIT"
name = "hx"
readme ="README.md"