|
[package]
|
|
name = "async_clock"
|
|
version = "0.0.1"
|
|
authors = ["Marcel Ibes <mibes@mibesco.com>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
yew = { path = "../../packages/yew", features = ["csr"] }
|
|
chrono = "0.4"
|
|
futures = "0.3"
|
|
gloo-net = "0.3"
|