notable refactoring and simplification; now able to parse version
This commit is contained in:
parent
d22418cf2b
commit
dad1fd2484
2 changed files with 87 additions and 87 deletions
|
@ -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"
|
Reference in a new issue