root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/app ."
bin = "./tmp/app"
include_ext = ["go"]