Add baseline support for adjacent meta files for scripts

This commit is contained in:
Lucien Greathouse
2019-10-08 14:14:44 -07:00
parent 3bd8549f41
commit fa817e3cdd
5 changed files with 118 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ mod dir;
mod error;
mod json_model;
mod lua;
mod meta_file;
mod middleware;
mod project;
mod rbxlx;