summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml1
-rw-r--r--ext/node/README.md3
2 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bb88cbaf3..2609221b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,7 @@ members = [
"ext/ffi",
"ext/http",
"ext/net",
+ "ext/node",
"ext/url",
"ext/web",
"ext/webgpu",
diff --git a/ext/node/README.md b/ext/node/README.md
new file mode 100644
index 000000000..d154d8cb6
--- /dev/null
+++ b/ext/node/README.md
@@ -0,0 +1,3 @@
+# deno_node
+
+`require` and other node related functionality for Deno.