move profile to root package
This commit is contained in:
parent
edaca0a9fd
commit
9a360be045
2 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,9 @@
|
|||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
|
||||
members = [
|
||||
"chip8_tui",
|
||||
"chip8_core",
|
||||
|
|
|
@ -3,10 +3,6 @@ name = "chip8_tui"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
[dependencies]
|
||||
emulator = { path = "../chip8_core" }
|
||||
clap = { version = "4.5.26", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue