summaryrefslogtreecommitdiffstats
path: root/src/etc/test-float-parse/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/test-float-parse/Cargo.toml')
-rw-r--r--src/etc/test-float-parse/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/etc/test-float-parse/Cargo.toml b/src/etc/test-float-parse/Cargo.toml
new file mode 100644
index 000000000..7ee19a0b6
--- /dev/null
+++ b/src/etc/test-float-parse/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "test-float-parse"
+version = "0.1.0"
+edition = "2021"
+publish = false
+
+[workspace]
+
+[dependencies]
+rand = "0.4"
+
+[lib]
+name = "test_float_parse"