Initial Commit

This commit is contained in:
2022-07-29 01:36:18 +02:00
commit e7baf561bd
32 changed files with 4394 additions and 0 deletions

12
Cargo.toml Normal file
View 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