1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Use anyhow in build script

This commit is contained in:
cyqsimon
2023-10-31 13:45:40 +08:00
committed by Martin Nordholts
parent b000db8f32
commit 28d947fd8b
3 changed files with 17 additions and 6 deletions

View File

@@ -98,6 +98,9 @@ tempfile = "3.8.1"
[target.'cfg(unix)'.dev-dependencies]
nix = { version = "0.26.4", default-features = false, features = ["term"] }
[build-dependencies]
anyhow = "1.0.75"
[build-dependencies.clap]
version = "4.4.6"
optional = true