2020-10-08 12:43:23 +03:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2021-05-10 14:25:34 +03:00
|
|
|
"air",
|
|
|
|
"air-interpreter",
|
2021-10-05 16:55:04 +03:00
|
|
|
"avm/server",
|
|
|
|
"crates/air-lib/air-parser",
|
2021-10-15 14:26:46 +03:00
|
|
|
"crates/air-lib/execution-info-collector",
|
2021-10-05 16:55:04 +03:00
|
|
|
"crates/air-lib/interpreter-data",
|
|
|
|
"crates/air-lib/interpreter-interface",
|
2021-10-18 23:23:30 +03:00
|
|
|
"crates/air-lib/lambda/ast",
|
|
|
|
"crates/air-lib/lambda/parser",
|
2021-10-05 16:55:04 +03:00
|
|
|
"crates/air-lib/log-targets",
|
|
|
|
"crates/air-lib/polyplets",
|
|
|
|
"crates/air-lib/test-utils",
|
|
|
|
"crates/air-lib/trace-handler",
|
2021-10-04 10:58:00 +03:00
|
|
|
"crates/data-store",
|
2020-10-08 12:43:23 +03:00
|
|
|
]
|
|
|
|
|
2020-12-22 21:05:04 +03:00
|
|
|
exclude = [
|
2021-05-16 22:52:22 +03:00
|
|
|
"air/tests/test_module/integration/security_tetraplets/auth_module",
|
|
|
|
"air/tests/test_module/integration/security_tetraplets/log_storage",
|
2021-10-05 20:08:10 +03:00
|
|
|
"crates/interpreter-wasm",
|
2020-12-22 21:05:04 +03:00
|
|
|
]
|
2020-12-16 21:59:11 +03:00
|
|
|
|
2020-10-08 12:43:23 +03:00
|
|
|
[profile.release]
|
|
|
|
opt-level = 3
|
2021-10-11 12:17:30 +03:00
|
|
|
# since the interpreter in actively development stage, these settings are true at least for a while
|
|
|
|
debug = true
|
|
|
|
overflow-checks = true
|
2021-10-15 12:19:33 +03:00
|
|
|
debug-assertions = false
|
2021-10-11 12:17:30 +03:00
|
|
|
panic = "unwind"
|
2021-11-04 16:59:05 +03:00
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
polyplets = { path = "crates/air-lib/polyplets" }
|
2022-04-26 13:12:10 +03:00
|
|
|
|
|
|
|
it-lilo = {version = "0.4.0", git = "https://github.com/fluencelabs/interface-types", branch = "bug/allocating-more-than-2gb"}
|
|
|
|
fluence-it-types = {version = "0.3.1", git = "https://github.com/fluencelabs/interface-types", branch = "bug/allocating-more-than-2gb"}
|
|
|
|
it-memory-traits = {version = "0.3.0", git = "https://github.com/fluencelabs/interface-types", branch = "bug/allocating-more-than-2gb"}
|
|
|
|
wasmer-interface-types-fl = {version = "0.23.1", git = "https://github.com/fluencelabs/interface-types", branch = "bug/allocating-more-than-2gb"}
|
|
|
|
marine-runtime = {version = "0.14.1", git = "https://github.com/fluencelabs/marine", branch = "update-it"}
|
|
|
|
fluence-faas = {version = "0.16.1", git = "https://github.com/fluencelabs/marine", branch = "update-it"}
|
|
|
|
fluence-app-service = {version = "0.17.1", git = "https://github.com/fluencelabs/marine", branch = "update-it"}
|
|
|
|
|
|
|
|
|