A simple CLI payment processor
I like to keep executables in their own folders, and the as much of the business logic in a library at the root. |
||
|---|---|---|
| src/bin | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
I like to keep executables in their own folders, and the as much of the business logic in a library at the root. |
||
|---|---|---|
| src/bin | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||