aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2022-09-24 20:59:44 +0200
committertslil clingman <tslil@posteo.de>2022-09-24 20:59:54 +0200
commit5ec1655971087ae556d3fc27e7b8a1eaa23944c5 (patch)
tree6f46b0bc1e62aa34e87978d23c970f60e3c141c7 /Cargo.toml
Init
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..11991fb
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "srchr"
+version = "0.1.0"
+edition = "2021"
+
+# 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"