forgejo-todo-checker/Cargo.toml
Paul Campbell 1dbfd9fb7b
All checks were successful
Test / test (push) Successful in 3s
feat: use Dockerfile (hello world)
Given I want to implement the core login in Rust, I don't want to have a
rust compile step for each invocation. So use a Dockerfile and it will
be built and cached by each Fogejo Runner.
2024-09-17 16:37:40 +01:00

6 lines
91 B
TOML

[package]
name = "forgejo-todo-checker"
version = "0.1.0"
edition = "2021"
[dependencies]