17 lines
364 B
TOML
17 lines
364 B
TOML
[package]
|
|
name = "shen-nbt3"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
byte = "0.2.6"
|
|
|
|
[features]
|
|
default = []
|
|
internal_opt = []
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[profile.release]
|
|
debug = true |