summaryrefslogtreecommitdiffstats
path: root/examples/clock/Cargo.toml
blob: c6e32379e4eb1e57bd0bb178f1ddf8ac99403f2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "clock"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false

[dependencies]
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
chrono = "0.4"