Updates the obikmer lockfile version to 1.2.1 and configures the obikindex dependency to explicitly disable default features. These are manifest and lockfile adjustments that do not modify source code or alter application behavior.
15 lines
277 B
TOML
15 lines
277 B
TOML
[package]
|
|
name = "compare_sparse"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "compare_sparse"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
obikindex = { path = "../obikindex", default-features = false }
|
|
obicompactvec = { path = "../obicompactvec" }
|
|
anyhow = "1"
|
|
fastrand = "2"
|