summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsitkevij <1553398+sitkevij@users.noreply.github.com>2024-01-01 16:10:19 -0800
committersitkevij <1553398+sitkevij@users.noreply.github.com>2024-01-01 16:10:19 -0800
commitca0248049f0f81cf187430b381fd509850ac38db (patch)
tree0f6856e81989883cf1abede6e7bf1fcdc84ef744 /Cargo.toml
parent28e4cb93aa424f021be0e4426097b35e30f89eca (diff)
ci: update tests, stale messagingdevelop
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 cc7aa4b..404048f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +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", "hx.1"]
+include = ["src/**/*", "Cargo.toml", "Cargo.lock", "README.md", "hx.1", "tests/**/*"]
license = "MIT"
name = "hx"
readme = "README.md"