mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-05 01:20:53 -05:00
19 lines
346 B
TOML
19 lines
346 B
TOML
[package]
|
|
name = "posting_list"
|
|
version = "0.0.0"
|
|
authors = ["Qdrant Team <info@qdrant.tech>"]
|
|
license = "Apache-2.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
common = { path = "../common/common" }
|
|
bitpacking = { workspace = true }
|
|
zerocopy = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
rand = { workspace = true }
|