date parser needs some more work
This commit is contained in:
parent
1c006441fb
commit
4c7417c729
4 changed files with 109 additions and 62 deletions
|
@ -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"
|
Reference in a new issue