mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-03 18:55:39 +00:00
refactor: remove proc-macro support and replace timed_println with tracing info logs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user