nbt-rust/Cargo.toml
shenjack ec0166a3c4
更新Cargo.toml文件中的配置***
***更新shen-nbt4/Cargo.toml文件中的配置
2024-03-09 14:02:11 +08:00

14 lines
185 B
TOML

[workspace]
members = [
"nbt-test",
# "shen-nbt1", # EOL!
"shen-nbt2",
"shen-nbt3",
"shen-nbt4",
"shen-nbt5",
]
resolver = "2"
[profile.release]
debug = true