Skip to content

Commit

Permalink
Add 'maintenance' and 'repository' fields to Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kluth <[email protected]>
  • Loading branch information
Alexander Kluth committed Dec 24, 2018
1 parent 7bc43ae commit 0b88878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ categories = [ "algorithms", "science" ]
keywords = [ "mersenne", "prime", "numbers", "lucas", "lehmer" ]
documentation = "https://docs.rs/lucas_lehmer"
homepage = "https://github.com/deralex/lucas_lehmer"
repository = "https://github.com/deralex/lucas_lehmer"
license = "MIT"
description = "Lucas-Lehmer primality test for Mersenne primes (M_{n}=2^{n}-1)"

[badges]
travis-ci = { repository = "deralex/lucas_lehmer" }
maintenance = { status = "actively-developed" }

[dependencies]
ramp = "0.5.1"
Expand Down

0 comments on commit 0b88878

Please sign in to comment.