diff options
| author | pml68 <contact@pml68.dev> | 2025-07-04 23:02:06 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-04 23:02:23 +0200 |
| commit | fc211fd0f48106f967d27f312524265a341d5b51 (patch) | |
| tree | 6ff48bbf6fe1e740415048a619790b2011170d34 | |
| parent | chore: switch to `[patch.crates-io]` method for git deps (diff) | |
| download | iced_dialog-fc211fd0f48106f967d27f312524265a341d5b51.tar.gz | |
chore: prep package for crates.io publish [skip ci]
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,10 +6,18 @@ version = "0.14.0-dev" edition = "2024" 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.85" +exclude = [ + ".cargo/config.toml", + ".github/*", + ".gitignore", + "examples/*", + "rustfmt.toml" +] [dependencies] iced_widget = "0.14.0-dev" |
