iced-yoda/examples/changelog/Cargo.toml

27 lines
511 B
TOML
Raw Normal View History

[package]
name = "changelog"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
2025-02-21 01:28:47 +01:00
edition = "2024"
publish = false
2024-10-22 03:01:24 +02:00
[lints.clippy]
large_enum_variant = "allow"
[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"
tracing-subscriber = "0.3"
[dependencies.reqwest]
version = "0.12"
features = ["json"]