fix(win): Fix crash on start on Windows

This commit is contained in:
Andreas Mieke 2023-11-16 01:13:05 +01:00
parent 676c922a3a
commit 78c2ac3459
3 changed files with 12 additions and 1 deletions

View file

@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.4.7", features = ["derive"] }
home = "0.5.5"
infer = "0.15.0"
inline_colorization = "0.1.6"
inquire = "0.6.2"