deno_timers 0.7.0

Timers API implementation for Deno
Documentation
[[bench]]
harness = false
name = "timers_ops"
[dependencies.deno_core]
version = "0.90.0"

[dependencies.tokio]
features = ["full"]
version = "1.6.1"
[dev-dependencies.deno_bench_util]
version = "0.3.0"

[lib]
path = "lib.rs"

[package]
authors = ["the Deno authors"]
description = "Timers API implementation for Deno"
edition = "2018"
license = "MIT"
name = "deno_timers"
readme = "README.md"
repository = "https://github.com/denoland/deno"
version = "0.7.0"