mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
16 lines
359 B
TOML
16 lines
359 B
TOML
[workspace]
|
|
members = ["hello_world", "xrpl-wasm-vm-ffi", "xrpl-wasm-vm", "xrpl-wasm-testkit", "xrpl-host-functions", "xrpl-host-functions-macros"]
|
|
resolver = "3"
|
|
|
|
[workspace.dependencies]
|
|
cxx = { version = "1.0.198", features = ["c++20"] }
|
|
|
|
[workspace.package]
|
|
edition = "2024"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
overflow-checks = true
|
|
lto = true
|
|
debug = true
|