fix: diagnostics insted of panicking

This commit is contained in:
davidon-top 2023-11-03 21:29:21 +01:00
parent 42632f81e4
commit f7735bec52
4 changed files with 38 additions and 16 deletions

View file

@ -15,4 +15,4 @@ members = [
]
[dependencies]
binf_macros = { version = "1.0.1" }
binf_macros = { version = "1.0.1", path = "macros" }