Skip to content

Commit

Permalink
Remove factorization from crate description, as that can only be done…
Browse files Browse the repository at this point in the history
… at runtime
  • Loading branch information
JSorngard committed Jun 3, 2024
1 parent bea2c5a commit 9e29351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["const", "primes"]
categories = ["mathematics", "no-std", "no-std::no-alloc", "algorithms"]
description = "Work with prime numbers in const contexts. Prime generation, primality testing, prime counting, factorization, and more."
description = "Work with prime numbers in const contexts. Prime generation, primality testing, prime counting, and more."
repository = "https://github.com/JSorngard/const-primes/"

[dev-dependencies]
Expand Down

0 comments on commit 9e29351

Please sign in to comment.