blob: 238cee5262f234b61e400d2b2a6d380b2bb98d27 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[submodule "third_party"]
path = third_party
url = https://github.com/denoland/deno_third_party.git
[submodule "build"]
path = build
url = https://github.com/denoland/chromium_build.git
branch = deno
[submodule "js/deps/https/deno.land/x/net"]
path = js/deps/https/deno.land/x/net
url = https://github.com/denoland/deno_net.git
|