1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
azalea/azalea-pathfinder/Cargo.toml
2022-10-08 23:30:04 -05:00

14 lines
386 B
TOML

[package]
edition = "2021"
name = "azalea-pathfinder"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.65"
async-trait = "0.1.57"
azalea = {version = "0.1", path = "../azalea"}
azalea-client = { version = "0.1.0", path = "../azalea-client" }
num-traits = "0.2.15"
priority-queue = "1.2.3"