From 12f8d3585ee0d1699799349e328c7ff8fe048294 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 4 Jul 2025 22:58:36 +0200 Subject: chore: prep package for crates.io publish --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 35d3ed8..492ba95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3