one-billion-rows-challenge/Cargo.toml
2024-01-11 03:14:45 +05:30

11 lines
208 B
TOML

[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]
fxhash = "0.2.1"
rayon = "1.8.0"