-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
19 lines (16 loc) · 784 Bytes
/
Copy pathCargo.toml
File metadata and controls
19 lines (16 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[workspace]
resolver = "2"
members = ["nitrite", "nitrite-derive", "nitrite-spatial", "nitrite-tantivy-fts", "nitrite-int-test", "nitrite-fjall-adapter", "nitrite-bench", "nitrite-vector", "nitrite-bridge"]
# `nitrite-bridge` rejoined the workspace when `dbinspect-bridge 0.1.0` reached
# crates.io; it was excluded only because a build of a clean checkout could not
# resolve that dependency. Its server and protocol strings are still behind the
# non-default `bridge` feature, so a plain workspace build compiles none of them:
#
# cargo test -p nitrite-bridge --features bridge
#
# The example stays out — it is a separate binary crate with its own lockfile.
exclude = ["nitrite-bridge/example"]
[profile.release]
debug = true
[workspace.dependencies]
parking_lot = "0.12.3"