diff --git a/Cargo.toml b/Cargo.toml index 6a92c78..183bcd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,10 @@ license = "GPL-3" keywords = ["ntfy", "cron", "notifications", "utility"] categories = ["command-line-interface"] +exclude = [ + ".github/*" +] + [dependencies] clap = { version = "4.5.20", features = ["derive", "env"] } itertools = "0.13.0"