aboutsummaryrefslogtreecommitdiff
path: root/nth-prime/Cargo.toml
diff options
context:
space:
mode:
authorFederico I <git@federicoigne.com>2020-03-16 14:42:35 +0000
committerFederico Igne <git@federicoigne.com>2021-11-03 18:54:35 +0000
commita4b6e4b2e898b7efa0b44b490bd731557b0cc41b (patch)
tree2eb81879f22eb42e8884fa3fbea13be396866b75 /nth-prime/Cargo.toml
parent6d468ece96c1e89f73828369be907d17513b455f (diff)
downloadexercism-a4b6e4b2e898b7efa0b44b490bd731557b0cc41b.tar.gz
exercism-a4b6e4b2e898b7efa0b44b490bd731557b0cc41b.zip
[rust] Nth Prime
Diffstat (limited to 'nth-prime/Cargo.toml')
-rw-r--r--nth-prime/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/nth-prime/Cargo.toml b/nth-prime/Cargo.toml
new file mode 100644
index 0000000..fc1c776
--- /dev/null
+++ b/nth-prime/Cargo.toml
@@ -0,0 +1,6 @@
1[package]
2edition = "2018"
3name = "nth_prime"
4version = "2.1.0"
5
6[dependencies]