Added logging by default

This commit is contained in:
Lukas Stancik
2026-04-04 07:49:57 +00:00
parent 1178b48284
commit 9c64096e0a
+1 -1
View File
@@ -21,7 +21,7 @@ swc_core = { version = "22", features = [
] }
[features]
default = []
default = ["log"]
json = ["serde"]
log = ["dep:log"]
serde = ["dep:serde"]