main: add a custom panic hook, which tries to reset the terminal before printing logs
This commit is contained in:
@@ -6,6 +6,7 @@ edition = "2024"
|
||||
[dependencies]
|
||||
async-openai = { version = "0.40.2", features = ["completions", "full"] }
|
||||
bandcamp = "0.3.4"
|
||||
better-panic = "0.3.0"
|
||||
chrono = { version = "0.4.44", features = ["serde"] }
|
||||
color-eyre = "0.6.5"
|
||||
crossterm = { version = "0.29.0", features = ["event-stream"] }
|
||||
|
||||
Reference in New Issue
Block a user