mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-13 00:26:53 +00:00
feat: add proc-macro support for timed logging and update console output
This commit is contained in:
Generated
+4
@@ -5440,11 +5440,13 @@ dependencies = [
|
||||
"mime_guess",
|
||||
"netif",
|
||||
"pin-project-lite",
|
||||
"proc-macro2",
|
||||
"prost",
|
||||
"prost-build",
|
||||
"prost-types",
|
||||
"protobuf",
|
||||
"protos",
|
||||
"quote",
|
||||
"rmp-serde",
|
||||
"rust-embed",
|
||||
"s3s",
|
||||
@@ -5452,6 +5454,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"serde_urlencoded",
|
||||
"shadow-rs",
|
||||
"syn 2.0.98",
|
||||
"time",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
@@ -5565,6 +5568,7 @@ dependencies = [
|
||||
"async-trait",
|
||||
"atoi",
|
||||
"base64-simd",
|
||||
"block-buffer 0.11.0-rc.3",
|
||||
"bytes",
|
||||
"bytestring",
|
||||
"chrono",
|
||||
|
||||
Reference in New Issue
Block a user