-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule aw-client
updated
6 files
+1 −1 | Makefile | |
+5 −2 | examples/load_dataframe.py | |
+48 −28 | examples/working_hours.py | |
+127 −0 | examples/working_hours_gspread.py | |
+141 −1 | poetry.lock | |
+2 −1 | pyproject.toml |
Submodule aw-server-rust
updated
7 files
+9 −9 | Cargo.lock | |
+6 −0 | aw-client-rust/src/blocking.rs | |
+28 −1 | aw-client-rust/src/lib.rs | |
+16 −0 | aw-client-rust/tests/test.rs | |
+53 −12 | aw-sync/README.md | |
+4 −1 | aw-sync/src/dirs.rs | |
+16 −12 | aw-sync/src/main.rs |