indivisible-rs/Cargo.toml

15 lines
380 B
TOML
Raw Normal View History

2021-02-26 16:58:58 +00:00
[package]
name = "indivisible"
2021-03-01 17:40:33 +00:00
version = "2.0.0"
authors = ["Nicolás Ortega Froysa <nicolas@ortegas.org>"]
2021-03-03 12:33:04 +00:00
description = "A prime number generator and tester"
2021-02-26 16:58:58 +00:00
edition = "2018"
2021-03-01 17:40:33 +00:00
readme = "README"
license = "GPL-3.0"
keywords = ["primes", "math"]
2021-02-26 16:58:58 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-03-02 16:22:31 +00:00
structopt = "0.3.13"