summary refs log tree commit diff
path: root/src/etc/test-float-parse/Cargo.toml
blob: bacb9e09f3f6a819a6c6d1edfb6703e09c276b86 (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 = "2021"
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"