Embed extra build time information in --version
Build and test / check (push) Successful in 2m38s
Build and test / build (push) Successful in 3m30s
Build and test / check-license (push) Successful in 4m49s
Build and test / test (push) Successful in 4m20s
Build and test / docs (push) Successful in 5m40s

This commit is contained in:
2025-12-03 12:24:21 +09:00
parent 7df04ec413
commit 3ac90dcb26
4 changed files with 135 additions and 3 deletions
+3 -1
View File
@@ -20,9 +20,10 @@ autolib = false
anyhow = "1.0.100"
async-bincode = "0.8.0"
bincode = "2.0.1"
clap = { version = "4.5.53", features = ["derive"] }
clap = { version = "4.5.53", features = ["cargo", "derive"] }
clap-verbosity-flag = { version = "3.0.4", features = [ "tracing" ] }
clap_complete = { version = "4.5.61", features = ["unstable-dynamic"] }
const_format = "0.2.35"
derive_more = { version = "2.0.1", features = ["display", "error"] }
dialoguer = "0.12.0"
futures-util = "0.3.31"
@@ -66,6 +67,7 @@ codegen-units = 1
[build-dependencies]
anyhow = "1.0.100"
git2 = { version = "0.20.2", default-features = false }
[dev-dependencies]
regex = "1.12.2"