mirror of
https://github.com/theoludwig/billion_row_challenge.git
synced 2024-10-29 22:18:25 +01:00
11 lines
158 B
TOML
11 lines
158 B
TOML
[package]
|
|
name = "billion_row_challenge"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
rust-version = "1.79.0"
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
assert_cmd = "2.0.14"
|