mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 23:20:18 +00:00
26 lines
533 B
TOML
26 lines
533 B
TOML
[workspace]
|
|
members = [
|
|
"air",
|
|
"air-interpreter",
|
|
"crates/air-parser",
|
|
"crates/polyplets",
|
|
"crates/interpreter-interface",
|
|
"crates/test-module",
|
|
"crates/test-utils",
|
|
"avm/server",
|
|
]
|
|
|
|
exclude = [
|
|
"air/tests/test_module/integration/security_tetraplets/auth_module",
|
|
"air/tests/test_module/integration/security_tetraplets/log_storage",
|
|
"crates/air-interpreter-wasm",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
debug = false
|
|
lto = true
|
|
debug-assertions = false
|
|
overflow-checks = false
|
|
panic = "abort"
|