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

[workspace]

[dependencies]
rand = "0.4"

[lib]
name = "test_float_parse"