diff options
| author | Ben Noordhuis <info@bnoordhuis.nl> | 2021-04-14 21:10:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-14 21:10:48 +0200 |
| commit | 5214acd3d9dec56ee159544f0f6bf9834a62c097 (patch) | |
| tree | adc369b0214f5660f7c0cfd881d90f80c4800c6b /Cargo.toml | |
| parent | 83f6d4bf940e8e6fa1393139df51916dbb94470b (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.toml | 1 |
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", |
