Implement a changelog-generator tool and example
This commit is contained in:
parent
8fb939b5a9
commit
547e509683
6 changed files with 759 additions and 1 deletions
23
examples/changelog/Cargo.toml
Normal file
23
examples/changelog/Cargo.toml
Normal file
|
|
@ -0,0 +1,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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue