aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-09-30 10:23:55 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-09-30 10:51:02 +0200
commita0cd6e9c9f73edd2c1e89e28a8d6d3dbefbcfbf4 (patch)
tree4036fa89af5dbcda6c2bec190815a674d1eadd8a /Cargo.toml
parentfeat: add build manifest (diff)
downloadiced_custom_highlighter-a0cd6e9c9f73edd2c1e89e28a8d6d3dbefbcfbf4.tar.gz
docs(README): add builds.sr.ht status badge
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7bbeab..eec44a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,10 @@ two-face = { version = "0.4", default-features = false, features = [
git = "https://github.com/pml68/iced"
branch = "feat/rehighlight-on-redraw"
+[dev-dependencies.iced]
+git = "https://github.com/pml68/iced"
+branch = "feat/rehighlight-on-redraw"
+
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
all-features = true