one-billion-rows-challenge/Cargo.toml

11 lines
208 B
TOML
Raw Normal View History

2024-01-10 18:53:49 +00:00
[package]
name = "onebrc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[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"