mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-21 20:38:44 +00:00
Cargo.toml: Only build bugreport with the app
This commit is contained in:
parent
f6975e2acd
commit
c83e382eac
@ -17,13 +17,14 @@ default = ["application"]
|
|||||||
# bat as a library.
|
# bat as a library.
|
||||||
application = [
|
application = [
|
||||||
"atty",
|
"atty",
|
||||||
|
"bugreport",
|
||||||
"clap",
|
"clap",
|
||||||
"dirs-next",
|
"dirs-next",
|
||||||
"git",
|
"git",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"paging",
|
"paging",
|
||||||
"wild",
|
|
||||||
"regex-onig",
|
"regex-onig",
|
||||||
|
"wild",
|
||||||
]
|
]
|
||||||
git = ["git2"] # Support indicating git modifications
|
git = ["git2"] # Support indicating git modifications
|
||||||
paging = ["shell-words"] # Support applying a pager on the output
|
paging = ["shell-words"] # Support applying a pager on the output
|
||||||
@ -50,7 +51,7 @@ serde_yaml = "0.8"
|
|||||||
semver = "1.0"
|
semver = "1.0"
|
||||||
path_abs = { version = "0.5", default-features = false }
|
path_abs = { version = "0.5", default-features = false }
|
||||||
clircle = "0.3"
|
clircle = "0.3"
|
||||||
bugreport = "0.4"
|
bugreport = { version = "0.4", optional = true }
|
||||||
dirs-next = { version = "2.0.0", optional = true }
|
dirs-next = { version = "2.0.0", optional = true }
|
||||||
grep-cli = "0.1.6"
|
grep-cli = "0.1.6"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user