other: fix deploy profile

This commit is contained in:
ClementTsang 2024-01-11 23:39:17 -05:00
parent 4246194634
commit f093902aef
No known key found for this signature in database
GPG Key ID: DC3B7867D8D97095

View File

@ -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"