trying to get filename and linenumber
This commit is contained in:
parent
fa25bad391
commit
ba9208277b
7 changed files with 200 additions and 83 deletions
|
@ -9,4 +9,5 @@ edition = "2021"
|
|||
num = "0.4"
|
||||
clap = { version = "3.1.8", features = ["derive"] }
|
||||
chrono = "0.4"
|
||||
itertools = "0.10.3"
|
||||
itertools = "0.10.3"
|
||||
backtrace = "0.3"
|
Reference in a new issue