aboutsummaryrefslogtreecommitdiff
path: root/examples/markdown/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/markdown/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/markdown/Cargo.toml b/examples/markdown/Cargo.toml
new file mode 100644
index 0000000..ba97085
--- /dev/null
+++ b/examples/markdown/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "markdown"
+version = "0.0.0"
+edition = "2024"
+
+[dependencies]
+iced.workspace = true
+iced.features = ["highlighter"]
+
+iced_selection.path = "../.."
+iced_selection.features = ["markdown"]
+
+open.workspace = true