Initial Commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[workspace]
|
||||
members = ["backend", "common", "frontend"]
|
||||
|
||||
[profile.dev]
|
||||
# Issue with const-generics
|
||||
incremental = false
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = 's'
|
||||
# Issue with const-generics
|
||||
incremental = false
|
||||
Reference in New Issue
Block a user