mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-14 21:40:49 +00:00
27 lines
540 B
TOML
27 lines
540 B
TOML
[workspace]
|
|
members = [
|
|
"crates/wit-generator",
|
|
"crates/wit-interfaces",
|
|
"crates/wit-parser",
|
|
"engine",
|
|
"examples/greeting",
|
|
"examples/ipfs-node/effector",
|
|
"examples/ipfs-node/pure",
|
|
"examples/mariadb",
|
|
"examples/records/effector",
|
|
"examples/records/pure",
|
|
"examples/records/test-record",
|
|
"fluence-app-service",
|
|
"fluence-faas",
|
|
"tools/cli",
|
|
"tools/repl",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
debug = false
|
|
lto = true
|
|
debug-assertions = false
|
|
overflow-checks = false
|
|
panic = "abort"
|