feat: Add logging

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-08-25 08:41:24 +10:00
parent 22210f5d1b
commit af7c86eea8
6 changed files with 11 additions and 60 deletions
+1
View File
@@ -26,6 +26,7 @@ bincode_2 = { package = "bincode", version = "2.0", features = ["serde"], option
postcard_1_0 = { package = "postcard", version = "1.0.8", features = ["alloc"], optional = true }
rmp_serde_1_3 = { package = "rmp-serde", version = "1.3", optional = true }
doc-comment = "0.3.3"
log = "0.4.27"
[dev-dependencies]
serde_json = "1.0.116"