fix: Improved the first-time run behavior so that it outputs the default configuration file it tries to load to help users locate the file on first-runs
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ anyhow = "1.0.68"
|
||||
backtrace = "0.3.74"
|
||||
bimap = { version = "0.6.3", features = ["serde"] }
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
confy = { version = "0.6.0", default-features = false, features = [
|
||||
confy = { version = "2.0.0", default-features = false, features = [
|
||||
"yaml_conf",
|
||||
] }
|
||||
crossterm = "0.28.1"
|
||||
|
||||
Reference in New Issue
Block a user