-
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
004d9c0
commit 83efc0b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule summars
updated
18 files
+31 −10 | .github/workflows/ci.yml | |
+3 −3 | .github/workflows/latest_v24.08.yml | |
+3 −3 | .github/workflows/main_v24.08.yml | |
+1 −0 | .gitignore | |
+37 −0 | CHANGELOG.md | |
+166 −232 | Cargo.lock | |
+4 −4 | Cargo.toml | |
+7 −7 | README.md | |
+1 −1 | coffee.yml | |
+82 −0 | flake.lock | |
+68 −0 | flake.nix | |
+83 −138 | src/config.rs | |
+14 −11 | src/main.rs | |
+121 −182 | src/structs.rs | |
+363 −136 | src/tables.rs | |
+2 −2 | src/tasks.rs | |
+51 −36 | src/util.rs | |
+175 −81 | tests/test_summars.py |