diff --git a/package.json b/package.json index 1897778..6c2493e 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "applescript": "osascript", "clojure": "lein exec", "haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt", - "rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt", + "rust": "cargo run", "racket": "racket", "ahk": "autohotkey", "autoit": "autoit3",