2024-07-17 22:04:11 +02:00
|
|
|
[package]
|
|
|
|
|
name = "markdown"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
2025-02-21 01:28:47 +01:00
|
|
|
edition = "2024"
|
2024-07-17 22:04:11 +02:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
iced.workspace = true
|
2025-01-31 20:37:07 +01:00
|
|
|
iced.features = ["markdown", "highlighter", "image", "tokio", "debug", "winit"]
|
2025-02-04 07:53:56 +01:00
|
|
|
|
|
|
|
|
reqwest.version = "0.12"
|
|
|
|
|
reqwest.features = ["json"]
|
|
|
|
|
|
|
|
|
|
tokio.workspace = true
|
2025-11-21 04:40:41 +01:00
|
|
|
tokio.features = ["fs"]
|
|
|
|
|
|
|
|
|
|
image.workspace = true
|
|
|
|
|
url.workspace = true
|
2024-07-21 12:45:05 +02:00
|
|
|
|
2025-11-21 04:40:41 +01:00
|
|
|
webbrowser = "1"
|
2025-02-04 20:58:06 +01:00
|
|
|
|
|
|
|
|
# Disabled to keep amount of build dependencies low
|
|
|
|
|
# This can be re-enabled on demand
|
|
|
|
|
# [build-dependencies]
|
|
|
|
|
# iced_fontello = "0.13"
|