1
1
mirror of https://github.com/theoludwig/billion_row_challenge.git synced 2024-11-09 22:08:51 +01:00
billion_row_challenge/Cargo.toml

11 lines
158 B
TOML
Raw Normal View History

2024-06-22 22:52:12 +02:00
[package]
name = "billion_row_challenge"
version = "1.0.0"
edition = "2021"
rust-version = "1.79.0"
[dependencies]
[dev-dependencies]
assert_cmd = "2.0.14"