summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2021-04-14 21:10:48 +0200
committerGitHub <noreply@github.com>2021-04-14 21:10:48 +0200
commit5214acd3d9dec56ee159544f0f6bf9834a62c097 (patch)
treeadc369b0214f5660f7c0cfd881d90f80c4800c6b /Cargo.toml
parent83f6d4bf940e8e6fa1393139df51916dbb94470b (diff)
refactor: move timers to deno_timers op crate (#10179)
Move timers out of runtime/ and into a standalone op crate.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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",