crane/examples
2022-01-30 23:58:56 +00:00
..
alt-registry Add example for using an alternative cargo registry 2022-01-30 23:58:56 +00:00
custom-toolchain Add cargoFmt 2022-01-16 17:49:39 -08:00
quick-start Update quick-start template with cargoFmt and cargoTarpaulin 2022-01-17 13:06:11 -08:00
quick-start-simple Add quick-start template with a clippy check 2022-01-16 16:56:30 -08:00
README.md Add example for using an alternative cargo registry 2022-01-30 23:58:56 +00:00

Examples

This directory contains several different ways of configuring a project:

  • alt-registry: build a cargo project which uses another crate registry besides crates.io
  • custom-toolchain: build a cargo project with a custom toolchain (e.g. WASM builds)
  • quick-start: build a cargo project with a comprehensive test suite
  • quick-start-simple: build a cargo project without extra tests