diff options
| author | pml68 <contact@pml68.dev> | 2025-07-04 22:58:36 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-04 22:58:36 +0200 |
| commit | 12f8d3585ee0d1699799349e328c7ff8fe048294 (patch) | |
| tree | 16dd1d0eb3bc542fefa16fa29728cd9457166a9f | |
| parent | doc: use `README` as crate documentation (diff) | |
| download | iced_dialog-0.13.tar.gz | |
chore: prep package for crates.io publish0.13
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,10 +6,18 @@ version = "0.13.0" edition = "2021" license = "MIT" readme = "README.md" +homepage = "https://github.com/pml68/iced_dialog" repository = "https://github.com/pml68/iced_dialog" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.80" +exclude = [ + ".cargo/config.toml", + ".github/*", + ".gitignore", + "examples/*", + "rustfmt.toml" +] [dependencies] iced_widget = "0.13.4" |
