summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-08-11 12:27:05 +0200
committerGitHub <noreply@github.com>2021-08-11 12:27:05 +0200
commita0285e2eb88f6254f6494b0ecd1878db3a3b2a58 (patch)
tree90671b004537e20f9493fd3277ffd21d30b39a0e /Cargo.toml
parent3a6994115176781b3a93d70794b1b81bc95e42b4 (diff)
Rename extensions/ directory to ext/ (#11643)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml28
1 files changed, 14 insertions, 14 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8d0768697..ce7bc47e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,20 +8,20 @@ members = [
"runtime",
"test_ffi",
"test_util",
- "extensions/broadcast_channel",
- "extensions/console",
- "extensions/crypto",
- "extensions/fetch",
- "extensions/ffi",
- "extensions/http",
- "extensions/net",
- "extensions/timers",
- "extensions/url",
- "extensions/web",
- "extensions/webgpu",
- "extensions/webidl",
- "extensions/websocket",
- "extensions/webstorage",
+ "ext/broadcast_channel",
+ "ext/console",
+ "ext/crypto",
+ "ext/fetch",
+ "ext/ffi",
+ "ext/http",
+ "ext/net",
+ "ext/timers",
+ "ext/url",
+ "ext/web",
+ "ext/webgpu",
+ "ext/webidl",
+ "ext/websocket",
+ "ext/webstorage",
]
exclude = ["test_util/std/hash/_wasm"]