Documentation
# This is a slight modification of the default .gitignore generated by cargo
# for library projects. I prefer `/**/target` over `/target` to ignore build
# artifacts in nested directories (for instance, when using workspaces).

/**/target
Cargo.lock