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

[lib]
name = "test_float_parse"