mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-26 09:08:57 +03:00
8a06ce2a08
Bumps [whoami](https://github.com/ardaku/whoami) from 1.4.1 to 1.5.1. - [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md) - [Commits](https://github.com/ardaku/whoami/compare/v1.4.1...v1.5.1) --- updated-dependencies: - dependency-name: whoami dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
alt-registry | ||
build-std | ||
cross-musl | ||
cross-rust-overlay | ||
cross-windows | ||
custom-toolchain | ||
end-to-end-testing | ||
quick-start | ||
quick-start-simple | ||
sqlx | ||
trunk | ||
trunk-workspace | ||
.gitignore | ||
README.md |
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
- build-std: build a cargo project which requires building the standard library and other crates distributed with the Rust toolchain
- cross-musl: build a cargo project with musl to crate statically linked binaries
- cross-rust-overlay: cross compile a rust project using rust-overlay
- cross-windows: cross compile a rust project for windows
- 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
- end-to-end-testing: run end-to-end tests for a webapp