mirror of
https://github.com/quantum5/ntfy-run.git
synced 2025-04-24 05:31:58 -04:00
Ignore .github in published crate
This commit is contained in:
parent
6faafdd7ae
commit
4ef2eab3db
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue