Mortal
Some checks failed
deploy-docs / build (push) Has been cancelled
build-libriichi / build (push) Has been cancelled

This commit is contained in:
e2hang
2025-10-07 20:30:03 +08:00
commit b7a7d7404a
441 changed files with 23367 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[workspace]
resolver = "3"
members = [
"libriichi",
"exe-wrapper",
]
[profile.release]
lto = true
codegen-units = 1
debug = 1
overflow-checks = false