Skip to content

Commit

Permalink
add desc and license
Browse files Browse the repository at this point in the history
  • Loading branch information
callum-fortune committed Apr 22, 2024
1 parent f67100f commit b91d7ad
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 @@ -2,6 +2,8 @@
name = "rust-miller-rabin"
version = "0.1.0"
edition = "2018"
description = "A Rust implementation of the Miller-Rabin primality test"
license = "MIT"

[dependencies]
rand = "0.8"
Expand Down

0 comments on commit b91d7ad

Please sign in to comment.