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

[workspace]

[dependencies]
rand = "0.4"

[lib]
name = "test_float_parse"