Add back oxrocksdb-sys to the main workspace

Having it separated was failing fuzz tests for some unknown reason

This reverts commit d97eb9eb31.
This reverts commit 4927b3148e.
pull/350/head
Tpt 2 years ago committed by Thomas Tanon
parent d97eb9eb31
commit f6e9ceccc1
  1. 2
      Cargo.toml

@ -7,11 +7,11 @@ members = [
"lib/spargebra", "lib/spargebra",
"lib/sparesults", "lib/sparesults",
"lib/sparql-smith", "lib/sparql-smith",
"oxrocksdb-sys",
"python", "python",
"server", "server",
"testsuite" "testsuite"
] ]
exclude = ["oxrocksdb-sys"]
[profile.release] [profile.release]
lto = true lto = true

Loading…
Cancel
Save