Create a script for quickly calculating how long I've been working

This commit is contained in:
Campbell Alden 2023-07-05 17:05:58 +09:00
commit 6ecc159b0c
4 changed files with 368 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "time-track"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.26"