Skip to content

Commit 85a077e

Browse files
committed
refactor: migrate to tracing for logging
1 parent 0153222 commit 85a077e

23 files changed

+300
-262
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44

55
# These are backup files generated by rustfmt
66
**/*.rs.bk
7+
8+
# local environment variables
9+
.env

.rustfmt.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
imports_granularity = "Crate"
2+
group_imports = "StdExternalCrate"
3+
use_field_init_shorthand = true

0 commit comments

Comments
 (0)