diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-11-23 14:09:55 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-11-23 14:09:55 -0800 |
| commit | 4b013b8b9af0e8db48b10882f64bff252cf7742d (patch) | |
| tree | 613df605359dfe94580e52cee9ab133391d01b6d /Cargo.lock | |
| parent | 0e305e7cecd697a7befe26298abc90bef0fac483 (diff) | |
helper for adjusting final output unix time. Should only be used in single-threaded environment
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -66,9 +66,10 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "ffxiv-chronowatcher" -version = "0.0.32" +version = "0.0.4" dependencies = [ "chrono", + "once_cell", "serde", "serde_json", ] |
