summaryrefslogtreecommitdiffstats
path: root/examples/changelog/Cargo.toml
blob: 6f914bce84cff410425247ff0f117bde48184187 (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 = "changelog"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false

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

log.workspace = true
thiserror.workspace = true
tokio.features = ["fs", "process"]
tokio.workspace = true

serde = "1"
webbrowser = "1"

[dependencies.reqwest]
version = "0.12"
default-features = false
features = ["json", "rustls-tls"]