13 lines
314 B
TOML
13 lines
314 B
TOML
[package]
|
|
name = "instant-index"
|
|
version = "0.1.0"
|
|
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
ahash = "0.6.1"
|
|
ordered-float = "2.0"
|
|
rand = { version = "0.7.3", features = ["small_rng"] }
|
|
rayon = "1.5"
|
|
serde = { version = "1.0.118", features = ["derive"], optional = true }
|