diff options
Diffstat (limited to 'rust/nth-prime/Cargo.toml')
| -rw-r--r-- | rust/nth-prime/Cargo.toml | 6 |
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] | ||
| 2 | edition = "2018" | ||
| 3 | name = "nth_prime" | ||
| 4 | version = "2.1.0" | ||
| 5 | |||
| 6 | [dependencies] | ||
