blob: 022a33436fc9af926a48b3cd5d43aa060f2383d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
edition = "2021"
name = "azalea-entity"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
azalea-buf = {path = "../azalea-buf"}
azalea-chat = {path = "../azalea-chat"}
azalea-core = {path = "../azalea-core"}
azalea-nbt = {path = "../azalea-nbt"}
uuid = "^1.1.2"
|