18 lines
364 B
TOML
18 lines
364 B
TOML
[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"
|