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

[dependencies]
iced.workspace = true
iced.features = ["canvas", "tokio", "debug"]

time = { version = "0.3", features = ["local-offset"] }
tracing-subscriber = "0.3"