feat(rustfs): add build info (#121)

This commit is contained in:
Nugine
2024-11-09 15:23:51 +08:00
committed by GitHub
parent 70374bda43
commit bf71bc27b9
5 changed files with 295 additions and 61 deletions
+3
View File
@@ -55,6 +55,8 @@ admin = { path = "../api/admin" }
axum.workspace = true
router = { version = "0.0.1", path = "../router" }
matchit = "0.8.4"
shadow-rs = "0.35.2"
const-str = { version = "0.5.7", features = ["std", "proc"] }
[build-dependencies]
prost-build.workspace = true
@@ -75,4 +77,5 @@ hyper-util = { version = "0.1.10", features = [
] }
transform-stream = "0.3.0"
netif = "0.1.6"
shadow-rs = "0.35.2"
# pin-utils = "0.1.0"