{ "folders": [ { "follow_symlinks": true, "path": "." } ], "build_systems":[ { "name":"makods rust", "shell_cmd": "cargo build", "working_dir": "${project_path}", "file_regex": "--> (.*\\.rs):([0-9]+):([0-9]+)", "variants": [ { "name":"Run", "shell_cmd": "cargo test", }, { "name":"Test", "shell_cmd": "cargo test", } ] } ] }