aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-07-04 22:58:36 +0200
committerpml68 <contact@pml68.dev>2025-07-04 22:58:36 +0200
commit12f8d3585ee0d1699799349e328c7ff8fe048294 (patch)
tree16dd1d0eb3bc542fefa16fa29728cd9457166a9f
parentdoc: use `README` as crate documentation (diff)
downloadiced_dialog-0.13.tar.gz
chore: prep package for crates.io publish0.13
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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"