Embed extra build time information in --version
This commit is contained in:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user