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]
|
[workspace]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
members = [
|
members = [
|
||||||
"chip8_tui",
|
"chip8_tui",
|
||||||
"chip8_core",
|
"chip8_core",
|
||||||
|
|
|
@ -3,10 +3,6 @@ name = "chip8_tui"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[profile.release]
|
|
||||||
lto = true
|
|
||||||
codegen-units = 1
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
emulator = { path = "../chip8_core" }
|
emulator = { path = "../chip8_core" }
|
||||||
clap = { version = "4.5.26", features = ["derive"] }
|
clap = { version = "4.5.26", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue