nbt-rust/nbt-test/Cargo.toml

22 lines
456 B
TOML

[package]
name = "nbt-test"
version = "0.3.0"
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]
fastnbt = "2.5.0"
shen-nbt1 = { path = "../shen-nbt1" }
shen-nbt2 = { path = "../shen-nbt2" }
shen-nbt3 = { path = "../shen-nbt3" }
shen-nbt4 = { path = "../shen-nbt4" }
shen-nbt5 = { path = "../shen-nbt5" }