index
:
exercism
master
Collection of solutions to exercises from exercism.io.
Federico Igne
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
nth-prime
/
Cargo.toml
blob: fc1c776d6f29da5dc3a6405cd23a7e20662545ad (
plain
) (
blame
)
1
2
3
4
5
6
[package]
edition
=
"2018"
name
=
"nth_prime"
version
=
"2.1.0"
[dependencies]