chore: Exclude example files from published package (#314)

Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
Georg Semmler
2025-08-13 08:10:47 +00:00
committed by GitHub
parent 15ba744a8c
commit ff2cecc76b

View File

@@ -10,6 +10,7 @@ repository = "https://github.com/amrbashir/muda"
documentation = "https://docs.rs/muda"
categories = ["gui"]
rust-version = "1.71"
include = ["README.md", "src/**/*.rs", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "LICENSE.spdx"]
[features]
default = ["libxdo", "gtk"]