From bac560c9c3516b515728655f0a99d84f1d5a08e2 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 14 Oct 2025 09:08:12 +0200 Subject: chore: add `documentation` URL to crate manifest --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 03ea255..e16d24f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "MIT" readme = "README.md" homepage = "https://sr.ht/~pml68/iced_dialog" repository = "https://git.sr.ht/~pml68/iced_dialog" +documentation = "https://iced-dialog.pml68.dev" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.88" -- cgit v1.2.3