2023-08-02 19:41:28 +08:00
|
|
|
[package]
|
2024-01-16 20:46:00 +08:00
|
|
|
name = "shen-nbt1"
|
2023-08-02 19:41:28 +08:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
2023-08-05 13:59:41 +08:00
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
debug = []
|
2023-08-05 19:00:08 +08:00
|
|
|
core_debug = ["debug"]
|