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.
 
 
 
 
 
 
oxigraph/Cargo.toml

20 lines
303 B

[workspace]
members = [
"js",
"lib",
"lib/oxrdf",
"lib/oxsdatatypes",
"lib/spargebra",
"lib/sparesults",
"lib/sparql-smith",
"server",
"testsuite"
]
resolver = "2"
[profile.release]
lto = true
codegen-units = 1
[profile.release.package.oxigraph_js]
opt-level = "z"