[O] Better pathfinding

This commit is contained in:
Azalea Gui 2024-12-22 08:14:24 -05:00
parent f9c9a92048
commit 982ac52c69
5 changed files with 72 additions and 64 deletions

View file

@ -38,6 +38,7 @@ toml_edit = { workspace = true, features = [], optional = true }
tracing = { workspace = true, features = ["attributes", "std"] }
tracing-subscriber = { workspace = true, features = ["ansi", "fmt", "smallvec", "std", "tracing-log"] }
unicode-segmentation = { workspace = true, features = [] }
which = { workspace = true, features = [] }
[build-dependencies]
indexmap = { workspace = true, features = ["std"] }