From 19f58f70dc76582ce36405226b1974c9ce0842cc Mon Sep 17 00:00:00 2001 From: ynqa Date: Thu, 17 Sep 2026 11:35:38 +0900 Subject: [PATCH] chore: explicitly include package files --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7d5489e..a148114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,13 @@ description = "JSON navigator and interactive filter leveraging jq" repository = "https://github.com/ynqa/jnv" license = "MIT" readme = "README.md" +include = [ + "/src/**", + "/default.toml", + "/README.md", + "/LICENSE", + "/Cargo.lock", +] [dependencies] anyhow = "1.0.102"