mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
other: fix deploy profile
This commit is contained in:
parent
4246194634
commit
f093902aef
1 changed files with 2 additions and 4 deletions
|
@ -67,11 +67,9 @@ battery = ["starship-battery"]
|
|||
nvidia = ["nvml-wrapper"]
|
||||
gpu = ["nvidia"]
|
||||
zfs = []
|
||||
|
||||
# Logging for debugging performance.
|
||||
logging = ["fern", "log", "time/local-offset"]
|
||||
|
||||
default = ["battery", "gpu", "zfs"]
|
||||
deploy = ["battery", "gpu", "zfs"]
|
||||
default = ["deploy"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
|
|
Loading…
Reference in a new issue