Skip to content

Instantly share code, notes, and snippets.

@tosik
Created July 26, 2013 07:51
Show Gist options
  • Select an option

  • Save tosik/6087045 to your computer and use it in GitHub Desktop.

Select an option

Save tosik/6087045 to your computer and use it in GitHub Desktop.
rust run main.rs grunt task
module.exports = (grunt) ->
grunt.loadNpmTasks 'grunt-exec'
grunt.initConfig
exec:
rustrun:
command: 'rust run main.rs'
grunt.registerTask 'default', ['exec:rustrun']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment