You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
308 B
TOML

[workspace]
resolver = "2"
members = [
"cozo-core",
"cozorocks",
"cozo-bin",
"cozo-lib-c",
"cozo-lib-java",
"cozo-lib-wasm",
"cozo-lib-swift",
"cozo-lib-python",
"cozo-lib-nodejs"
]
[profile.bench]
lto = true
debug = true
[profile.dev.package."cozorocks"]
opt-level = 3