diff --git a/Cargo.toml b/Cargo.toml index 3ed5081..94aecc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,7 @@ members = [ "shen-nbt4", "shen-nbt5", ] -resolver = "2" \ No newline at end of file +resolver = "2" + +[profile.release] +debug = true diff --git a/shen-nbt4/Cargo.toml b/shen-nbt4/Cargo.toml index 843eae6..c2eb511 100644 --- a/shen-nbt4/Cargo.toml +++ b/shen-nbt4/Cargo.toml @@ -6,7 +6,3 @@ edition = "2021" [features] default = [] internal_opt = [] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[profile.release] -debug = true \ No newline at end of file