We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
9 lines
182 B
TOML
9 lines
182 B
TOML
[package]
|
|
name = "progress_bar"
|
|
version = "0.1.0"
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
iced.workspace = true
|