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
-10
View File
@@ -11,12 +11,6 @@ rust-version.workspace = true
name = "rustfs"
path = "src/main.rs"
# 添加proc-macro库声明
[lib]
name = "rustfs_macro"
path = "src/macro/mod.rs"
proc-macro = true
[lints]
workspace = true
@@ -82,10 +76,6 @@ mime_guess = "2.0.5"
rust-embed = { version = "8.6.0", features = ["interpolate-folder-path"] }
local-ip-address = "0.6.3"
chrono = "0.4"
# 添加proc-macro所需依赖
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full"] }
[build-dependencies]
prost-build.workspace = true