cargo doc -p tangram --no-deps --target-dir target_docs
cp -r target_docs/doc docs
echo '<html><head><meta http-equiv="refresh" content="0; URL=tangram" /></head></html>' > docs/index.html
