mirror of
https://github.com/sharkdp/bat
synced 2026-08-10 20:01:45 +00:00
Use anyhow in build script
This commit is contained in:
committed by
Martin Nordholts
parent
b000db8f32
commit
28d947fd8b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user