mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
30 lines
603 B
TOML
30 lines
603 B
TOML
[package]
|
|
name = "pumpkin-protocol"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
pumpkin-config = { path = "../pumpkin-config" }
|
|
pumpkin-macros = { path = "../pumpkin-macros" }
|
|
pumpkin-world = { path = "../pumpkin-world" }
|
|
pumpkin-core = { path = "../pumpkin-core" }
|
|
|
|
uuid.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
itertools.workspace = true
|
|
log.workspace = true
|
|
|
|
num-traits.workspace = true
|
|
num-derive.workspace = true
|
|
|
|
bytes = "1.8"
|
|
|
|
flate2 = "1.0"
|
|
|
|
# encryption
|
|
aes = "0.8.4"
|
|
cfb8 = "0.8.1"
|
|
|
|
fastnbt = { git = "https://github.com/owengage/fastnbt.git" }
|