[tasks.format] install_crate = "rustfmt" command = "cargo" args = ["fmt", "--", "--emit=files"] [tasks.clean] command = "cargo" args = ["clean"] [tasks.build] command = "cargo" args = ["build"] [tasks.copy] dependencies = ["build"] script = [''' cp -rf target/debug/tgm ~/.cargo/bin/tgm ''']