2024-01-16 20:46:00 +08:00
|
|
|
[package]
|
|
|
|
name = "nbt-test"
|
2024-03-09 18:49:07 +08:00
|
|
|
version = "0.3.0"
|
2024-01-16 20:46:00 +08:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
debug = []
|
|
|
|
core_debug = []
|
|
|
|
internal_opt = []
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-09 18:49:07 +08:00
|
|
|
fastnbt = "2.5.0"
|
2024-01-16 20:46:00 +08:00
|
|
|
shen-nbt1 = { path = "../shen-nbt1" }
|
|
|
|
shen-nbt2 = { path = "../shen-nbt2" }
|
|
|
|
shen-nbt3 = { path = "../shen-nbt3" }
|
|
|
|
shen-nbt4 = { path = "../shen-nbt4" }
|
2024-03-09 18:49:07 +08:00
|
|
|
shen-nbt5 = { path = "../shen-nbt5" }
|