date parser needs some more work

This commit is contained in:
Yehowshua Immanuel 2022-06-08 21:45:47 -04:00
parent 1c006441fb
commit 4c7417c729
4 changed files with 109 additions and 62 deletions

View file

@ -9,4 +9,5 @@ edition = "2021"
num = "0.4"
clap = { version = "3.1.8", features = ["derive"] }
chrono = "0.4"
function_name = "0.3.0"
function_name = "0.3.0"
itertools = "0.10.3"