summaryrefslogtreecommitdiffstats
path: root/examples/markdown/Cargo.toml
blob: 7af1741bb2f0eec7808a31dd0ff7b3fcf0161e21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "markdown"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false

[dependencies]
iced.workspace = true
iced.features = ["markdown", "highlighter", "image", "tokio", "debug"]

reqwest.version = "0.12"
reqwest.features = ["json"]

image.workspace = true
tokio.workspace = true

open = "5.3"

# Disabled to keep amount of build dependencies low
# This can be re-enabled on demand
# [build-dependencies]
# iced_fontello = "0.13"