Bumps core dependencies including ndarray, rand, hashbrown, niffler, ureq, sysinfo, indicatif, lru, and remove_dir_all. Adapts source code to accommodate breaking changes by migrating RNG initialization, adjusting HTTP response handling, and replacing the fs4 crate with standard library file locking. Adds a planning document for query benchmarking and sparse index regression tests.
11 lines
151 B
TOML
11 lines
151 B
TOML
[package]
|
|
name = "obisys"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
sysinfo = "0.39"
|
|
indicatif = "0.18"
|
|
tracing = "0.1"
|