Add a cargo rule

This commit is contained in:
mcarton
2015-06-06 16:56:28 +02:00
parent 3d41a3fb7c
commit 01cf199866
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def match(command, settings):
return command.script == 'cargo'
def get_new_command(command, settings):
return 'cargo build'