From cb841a3aa21094d1e49c0c768f34323762fd7353 Mon Sep 17 00:00:00 2001 From: Nicolas Tobler Date: Wed, 20 Aug 2025 00:40:59 +0900 Subject: [PATCH] Hotfix: Fixed cargo publish errors --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6392908..55e5c30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,10 @@ readme = "README.md" edition = "2021" license = "MIT" repository = "https://github.com/ntobler/ruststartracker" -keywords = ["rust", "startracker", "star", "tracker", "astro", "photography"] +keywords = ["rust", "startracker", "star", "tracker", "astro"] include = [ "src/**", + "examples/**", "ruststartracker/*.csv", "./Cargo.toml", "./README.md",