Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
338 B
22 lines
338 B
[workspace]
|
|
members = [
|
|
"js",
|
|
"lib",
|
|
"lib/oxrdf",
|
|
"lib/oxsdatatypes",
|
|
"lib/spargebra",
|
|
"lib/sparesults",
|
|
"lib/sparql-smith",
|
|
"oxrocksdb-sys",
|
|
"python",
|
|
"server",
|
|
"testsuite"
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
|
|
[profile.release.package.oxigraph_js]
|
|
opt-level = "z"
|
|
|