sdk/rust: Move profile settings to workspace

This commit is contained in:
Chirantan Ekbote 2022-11-14 18:33:18 +09:00 committed by Chirantan Ekbote
parent 6bc0ef893d
commit 6e25b6c801
2 changed files with 4 additions and 6 deletions

View File

@ -3,3 +3,7 @@ members = [
"core", "core",
"sdk" "sdk"
] ]
[profile.release]
opt-level = 3
lto = "thin"

View File

@ -6,12 +6,6 @@ edition = "2018"
[features] [features]
[profile.release]
opt-level = 3
lto = "thin"
[dependencies] [dependencies]
byteorder = "*" byteorder = "*"
hex = "*" hex = "*"