deno_timers 0.1.0

Timers API implementation for Deno
Documentation
[dependencies.deno_core]
version = "0.84.0"

[dependencies.tokio]
features = ["full"]
version = "1.4.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.1.0"