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>"]
|
|
|
|
|
edition = "2021"
|
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
iced.workspace = true
|
2025-02-04 07:53:56 +01:00
|
|
|
iced.features = ["markdown", "highlighter", "image", "tokio", "debug"]
|
|
|
|
|
|
|
|
|
|
reqwest.version = "0.12"
|
|
|
|
|
reqwest.features = ["json"]
|
|
|
|
|
|
|
|
|
|
image.workspace = true
|
|
|
|
|
tokio.workspace = true
|
2024-07-21 12:45:05 +02:00
|
|
|
|
|
|
|
|
open = "5.3"
|