mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-22 15:07:00 -05:00
10 lines
216 B
Python
10 lines
216 B
Python
solutions = [
|
|
{ "name" : "v8",
|
|
"url" : "https://chromium.googlesource.com/v8/v8",
|
|
"deps_file" : "DEPS",
|
|
"managed" : True,
|
|
"custom_deps" : {
|
|
},
|
|
"custom_vars": {},
|
|
},
|
|
]
|