blob: 1dae3b83dc2054b4c6a8f9fe838d76956ae957be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "stopwatch"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
iced = { path = "../.." }
iced_native = { path = "../../native" }
iced_futures = { path = "../../futures", features = ["async-std"] }
async-std = { version = "1.0", features = ["unstable"] }
|