1
Fork 0
generated from lucas/rust-template
A template to write a custom Concourse resource type in Rust
Find a file Use this template
Lucas Schwiderski d28a4bcc02
All checks were successful
pr / build (push) Successful in 34s
pr / check (push) Successful in 35s
pr / test (push) Successful in 34s
Merge pull request 'Update rust Docker tag to v1.89.0' (#4) from renovate/rust-1.x into master
Reviewed-on: #4
2025-09-05 15:22:39 +02:00
.forgejo Merge pull request 'Update https://code.forgejo.org/actions/checkout action to v5' (#5) from renovate/https-code.forgejo.org-actions-checkout-5.x into master 2025-09-05 15:22:02 +02:00
shims Implement basic structure 2025-06-30 13:50:11 +02:00
src Implement basic structure 2025-06-30 13:50:11 +02:00
.gitignore Implement basic structure 2025-06-30 13:50:11 +02:00
.renovaterc Initial commit 2025-06-27 16:12:03 +02:00
Cargo.lock Implement basic structure 2025-06-30 13:50:11 +02:00
Cargo.toml Implement basic structure 2025-06-30 13:50:11 +02:00
Dockerfile Update rust Docker tag to v1.89.0 2025-08-08 18:01:48 +00:00
LICENSE Initial commit 2025-06-27 16:12:03 +02:00
README.md Implement basic structure 2025-06-30 13:50:11 +02:00
rustfmt.toml Initial commit 2025-06-27 16:12:03 +02:00

Template for a Concourse resource type in Rust

A simple boilerplate to get started with implementing a custom resource type for Concourse in Rust.

See https://concourse-ci.org/implementing-resource-types.html for further information.