aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-19 12:17:01 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-10-19 12:17:01 +0200
commit7d3bacc69df0ba1151836c8da40bace5dfc5f037 (patch)
tree1f0d531f3810b32a8b5ab6e6d63f856b98c51931 /Cargo.toml
parentfeat: initial commit (diff)
downloadiced_selection-7d3bacc69df0ba1151836c8da40bace5dfc5f037.tar.gz
feat: add selectable `Rich` widget with an example
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea35440..0576705 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,7 @@ unicode-segmentation = "1.0"
[dev-dependencies]
iced = { git = "https://github.com/iced-rs/iced" }
+open = "5.3"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]