]> git.lizzy.rs Git - rust.git/blob - src/etc/test-float-parse/Cargo.toml
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
[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"