notable refactoring and simplification; now able to parse version

This commit is contained in:
Yehowshua Immanuel 2022-05-23 23:45:14 -04:00
parent d22418cf2b
commit dad1fd2484
2 changed files with 87 additions and 87 deletions

View file

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