# cargo make
# cargo make integrate
[]
= "cargo"
=["watch","-s","cargo doc && http target/doc"]
[]
= "git"
= ["commit","-m\"integrate\""]
[]
= [
"git-pull",
"format",
"build",
"test",
"git-add",
"git-commit-integrate",
"git-push"
]
# git tag -a v0.0.0 -m "v0.0.0"