summary refs log tree commit diff
path: root/src/etc/test-float-parse/Cargo.toml
blob: 8a9c5322ef7bd413d13bb9766e6a2c46d2f755f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "test-float-parse"
version = "0.1.0"
edition = "2024"
publish = false

[dependencies]
indicatif = { version = "0.17.8", default-features = false }
num = "0.4.3"
rand = "0.9.0"
rand_chacha = "0.9.0"
rayon = "1"

[lib]
name = "test_float_parse"