]> git.lizzy.rs Git - rust.git/blob - src/etc/test-float-parse/Cargo.toml
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
[rust.git] / src / etc / test-float-parse / Cargo.toml
1 [package]
2 name = "test-float-parse"
3 version = "0.1.0"
4 edition = "2021"
5 publish = false
6
7 [workspace]
8
9 [dependencies]
10 rand = "0.4"
11
12 [lib]
13 name = "test_float_parse"