cargo-make 0.37.24

Rust task runner and build tool.
Documentation
1
2
3
4
5
6
[tasks.perl]
script_runner = "perl"
script_extension = "pl"
script = '''
print "Hello, World!\n";
'''