# cargo make
# cargo make integrate
[]
= "cargo"
=["watch","-s","cargo doc && http target/doc"]
[]
= "git"
= ["integrate"]
[]
= [
"git-pull",
"format",
"build",
"test",
"git-add",
"git-commit-integrate",
"git-push"
]
[]
= "cargo"
= ["install","--path",".","--force"]