diff options
| author | Andy Hayden <andyhayden1@gmail.com> | 2021-04-30 12:51:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 15:51:48 -0400 |
| commit | 684c357136fd44f9d5a1b8bb4402400ed1354677 (patch) | |
| tree | ebc14b1d01b6643dd4d588516692dffc0f8fcb52 /Cargo.toml | |
| parent | abaec7a88e991188d885bede652f35d76ab4f340 (diff) | |
Rename crate_ops to extensions (#10431)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml index b5ffb58f5..47e278f82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,14 +8,14 @@ members = [ "serde_v8", "test_plugin", "test_util", - "op_crates/crypto", - "op_crates/fetch", - "op_crates/timers", - "op_crates/url", - "op_crates/web", - "op_crates/webgpu", - "op_crates/webidl", - "op_crates/websocket", + "extensions/crypto", + "extensions/fetch", + "extensions/timers", + "extensions/url", + "extensions/web", + "extensions/webgpu", + "extensions/webidl", + "extensions/websocket", ] exclude = [ "std/hash/_wasm" |
