[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"