summaryrefslogtreecommitdiffstats
path: root/src/etc/test-float-parse/Cargo.toml
blob: a045be956acd19a7bb3af154304fbb2eb8df6a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "test-float-parse"
version = "0.1.0"
edition = "2021"
publish = false

[workspace]
resolver = "1"

[dependencies]
rand = "0.8"

[lib]
name = "test_float_parse"