iced-yoda/examples/markdown/Cargo.toml
Héctor Ramón Jiménez 199277921a
Implement markdown incremental code highlighting
(cherry picked from commit 4b8fc23840)
2026-01-26 18:41:29 -05:00

26 lines
559 B
TOML

[package]
name = "markdown"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2024"
publish = false
[dependencies]
iced.workspace = true
iced.features = ["markdown", "highlighter", "image", "tokio", "debug", "winit"]
reqwest.version = "0.12"
reqwest.features = ["json"]
tokio.workspace = true
tokio.features = ["fs"]
image.workspace = true
url.workspace = true
webbrowser = "1"
# Disabled to keep amount of build dependencies low
# This can be re-enabled on demand
# [build-dependencies]
# iced_fontello = "0.13"