refactor: remove proc-macro support and replace timed_println with tracing info logs

This commit is contained in:
DamonXue
2025-03-02 22:27:15 +08:00
parent cdd7a6d753
commit c10d723c6d
5 changed files with 17 additions and 74 deletions
Generated
-3
View File
@@ -5431,13 +5431,11 @@ dependencies = [
"mime_guess",
"netif",
"pin-project-lite",
"proc-macro2",
"prost",
"prost-build",
"prost-types",
"protobuf",
"protos",
"quote",
"rmp-serde",
"rust-embed",
"s3s",
@@ -5445,7 +5443,6 @@ dependencies = [
"serde_json",
"serde_urlencoded",
"shadow-rs",
"syn 2.0.98",
"time",
"tokio",
"tokio-stream",