-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b512730
commit 50aa30e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule summars
updated
21 files
+8 −1 | .github/workflows/ci.yml | |
+2 −2 | .github/workflows/latest_v24.08.yml | |
+3 −3 | .github/workflows/latest_v24.11.yml | |
+2 −2 | .github/workflows/main_v24.08.yml | |
+3 −3 | .github/workflows/main_v24.11.yml | |
+33 −0 | CHANGELOG.md | |
+176 −180 | Cargo.lock | |
+13 −13 | Cargo.toml | |
+6 −3 | README.md | |
+1 −1 | coffee.yml | |
+70 −4 | src/config.rs | |
+379 −0 | src/forwards.rs | |
+249 −0 | src/invoices.rs | |
+28 −4 | src/main.rs | |
+391 −0 | src/pays.rs | |
+53 −8 | src/structs.rs | |
+830 −0 | src/summary.rs | |
+0 −1,483 | src/tables.rs | |
+47 −2 | src/util.rs | |
+23 −0 | tests/setup.sh | |
+187 −3 | tests/test_summars.py |