We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2870c commit 27c2cfbCopy full SHA for 27c2cfb
pubspec.yaml
@@ -77,6 +77,7 @@ workspace:
77
- pkg/vm_snapshot_analysis
78
- pkg/wasm_builder
79
- runtime/tests/vm/dart
80
+ - runtime/tools
81
- runtime/tools/profiling
82
- samples/ffi/http
83
- samples/ffi/httpIG
runtime/tools/pubspec.yaml
@@ -0,0 +1,8 @@
1
+name: runtime_tools
2
+description: Internal runtime tools.
3
+
4
+environment:
5
+ sdk: ^3.9.0
6
7
+resolution: workspace
8
+publish_to: none
0 commit comments