[F] Fix windows

This commit is contained in:
Azalea 2024-12-22 00:26:55 -05:00
parent 4f8ddd1c22
commit 1ff4b12f19
2 changed files with 12 additions and 0 deletions

View file

@ -48,6 +48,7 @@ unicode-normalization = { workspace = true, features = ["std"] }
enable-ansi-support = { workspace = true, features = [] }
normpath = { workspace = true, features = [] }
same-file = { workspace = true, features = [] }
crossterm = { workspace = true, features = ["windows"] }
[features]
default = ["autocomplete", "color", "macchina"]