aboutsummaryrefslogtreecommitdiff
path: root/rust/nth-prime/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/nth-prime/Cargo.toml')
-rw-r--r--rust/nth-prime/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/rust/nth-prime/Cargo.toml b/rust/nth-prime/Cargo.toml
new file mode 100644
index 0000000..fc1c776
--- /dev/null
+++ b/rust/nth-prime/Cargo.toml
@@ -0,0 +1,6 @@
1[package]
2edition = "2018"
3name = "nth_prime"
4version = "2.1.0"
5
6[dependencies]