iced/examples/stopwatch/Cargo.toml
2020-04-30 05:37:44 +02:00

9 lines
205 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 = ["tokio"] }