refactor: improve usefullness of trace-level 1
This commit is contained in:
parent
a1df51a16c
commit
0f6be55dbd
6 changed files with 49 additions and 40 deletions
|
@ -273,6 +273,7 @@ pub fn build_exe(
|
|||
.imports = &.{
|
||||
.{ .name = "thespian", .module = thespian_mod },
|
||||
.{ .name = "log", .module = log_mod },
|
||||
.{ .name = "cbor", .module = cbor_mod },
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue