chore(dev): move profile to workspace
This commit is contained in:
parent
7264ff03f3
commit
492d6b8920
@ -19,3 +19,7 @@ members = [".", "frontend"]
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
|
||||||
|
[profile.release.package.wordl-frontend]
|
||||||
|
opt-level = "z"
|
||||||
|
strip = true
|
||||||
|
@ -21,7 +21,3 @@ serde = { version = "1.0.209", features = ["derive"] }
|
|||||||
serde_json = "1.0.127"
|
serde_json = "1.0.127"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
|
||||||
[profile.release]
|
|
||||||
opt-level = "z"
|
|
||||||
lto = true
|
|
||||||
strip = true
|
|
Loading…
x
Reference in New Issue
Block a user