aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-07-04 23:02:06 +0200
committerpml68 <contact@pml68.dev>2025-07-04 23:02:23 +0200
commitfc211fd0f48106f967d27f312524265a341d5b51 (patch)
tree6ff48bbf6fe1e740415048a619790b2011170d34
parentchore: switch to `[patch.crates-io]` method for git deps (diff)
downloadiced_dialog-fc211fd0f48106f967d27f312524265a341d5b51.tar.gz
chore: prep package for crates.io publish [skip ci]
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c5254cf..050a263 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"