Properly exclude oxrocksdb-sys from the main workspace

pull/348/head
Tpt 3 years ago
parent 4927b3148e
commit c8b601dc78
  1. 1
      Cargo.toml

@ -11,6 +11,7 @@ members = [
"server",
"testsuite"
]
exclude = ["oxrocksdb-sys"]
[profile.release]
lto = true

Loading…
Cancel
Save