Files
indivisible-rs/Cargo.toml

13 lines
284 B
TOML
Raw Permalink Normal View History

2021-02-26 17:58:58 +01:00
[package]
name = "indivisible"
2021-03-01 18:40:33 +01:00
version = "2.0.0"
authors = ["Nicolás Ortega Froysa <nicolas@ortegas.org>"]
2021-03-03 13:33:04 +01:00
description = "A prime number generator and tester"
2021-02-26 17:58:58 +01:00
edition = "2018"
2025-12-04 11:59:06 +01:00
readme = "README.md"
2021-03-01 18:40:33 +01:00
license = "GPL-3.0"
keywords = [ "primes", "math" ]
2021-02-26 17:58:58 +01:00
[dependencies]
structopt = "0.3"