iced/examples/stopwatch/Cargo.toml
2021-01-15 18:52:12 +01:00

9 lines
204 B
TOML

[package]
name = "stopwatch"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
iced = { path = "../..", features = ["smol"] }