diff --git a/src/runtime2/mod.rs b/src/runtime2/mod.rs new file mode 100644 index 0000000000000000000000000000000000000000..29342214db784707f350f2fc57a43d559c71cf80 --- /dev/null +++ b/src/runtime2/mod.rs @@ -0,0 +1,4 @@ + +mod runtime; +mod component; +mod communication; \ No newline at end of file