reef 0.0.0

a package to execute and log system commands
Documentation
require 'rustkit'


task :build do
    PROJECT.run('cargo build')
end

task :package do
    PROJECT.run('cargo package')
end