one-billion-rows-challenge/Cargo.toml

9 lines
110 B
TOML
Raw Normal View History

2024-01-10 18:53:49 +00:00
[package]
name = "onebrc"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-01-10 21:44:45 +00:00
fxhash = "0.2.1"
2024-01-10 20:47:26 +00:00
rayon = "1.8.0"