From 5214acd3d9dec56ee159544f0f6bf9834a62c097 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 14 Apr 2021 21:10:48 +0200 Subject: refactor: move timers to deno_timers op crate (#10179) Move timers out of runtime/ and into a standalone op crate. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d99f66fd3..b5ffb58f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ members = [ "test_util", "op_crates/crypto", "op_crates/fetch", + "op_crates/timers", "op_crates/url", "op_crates/web", "op_crates/webgpu", -- cgit v1.2.3