1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 23:44:38 +00:00
azalea/azalea-pathfinder/Cargo.toml
2022-10-07 14:22:06 -05:00

10 lines
233 B
TOML

[package]
name = "azalea-pathfinder"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num-traits = "0.2.15"
priority-queue = "1.2.3"