trying to get filename and linenumber

This commit is contained in:
Yehowshua Immanuel 2022-08-04 13:19:52 -04:00
parent fa25bad391
commit ba9208277b
7 changed files with 200 additions and 83 deletions

View file

@ -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"