Ignore .github in published crate

This commit is contained in:
Quantum 2024-10-15 02:22:35 -04:00
parent 6faafdd7ae
commit 4ef2eab3db

View file

@ -11,6 +11,10 @@ license = "GPL-3"
keywords = ["ntfy", "cron", "notifications", "utility"] keywords = ["ntfy", "cron", "notifications", "utility"]
categories = ["command-line-interface"] categories = ["command-line-interface"]
exclude = [
".github/*"
]
[dependencies] [dependencies]
clap = { version = "4.5.20", features = ["derive", "env"] } clap = { version = "4.5.20", features = ["derive", "env"] }
itertools = "0.13.0" itertools = "0.13.0"