mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
18 lines
632 B
TOML
Executable file
18 lines
632 B
TOML
Executable file
[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.2.4", path = "../azalea"}
|
|
azalea-block = {version = "0.2.0", path = "../azalea-block"}
|
|
azalea-client = {version = "0.2.2", path = "../azalea-client"}
|
|
azalea-core = {version = "0.2.0", path = "../azalea-core"}
|
|
azalea-physics = {version = "0.2.0", path = "../azalea-physics"}
|
|
azalea-world = {version = "0.2.0", path = "../azalea-world"}
|
|
num-traits = "0.2.15"
|
|
priority-queue = "1.2.3"
|