summary refs log tree commit diff
path: root/src/etc/test-float-parse/Cargo.toml
blob: 56cb5cddeea52bca7f052b2287df53f4edb0a844 (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.8.5"
rand_chacha = "0.3"
rayon = "1"

[lib]
name = "test_float_parse"