From 785fa20b4e4a5372857f6f033b9d478685460cea Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Wed, 28 Sep 2022 00:12:11 +0200 Subject: Throwing in kicad stuff --- srchr/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srchr/Cargo.toml (limited to 'srchr/Cargo.toml') diff --git a/srchr/Cargo.toml b/srchr/Cargo.toml new file mode 100644 index 0000000..ec32179 --- /dev/null +++ b/srchr/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "srchr" +version = "0.1.0" +edition = "2021" + +# [profile.release] +# debug = true + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +rand = "0.8.5" +rand_pcg = "0.3.1" +rayon = "1.5.3" -- cgit v1.3.1