13 lines
284 B
TOML
13 lines
284 B
TOML
[package]
|
|
name = "indivisible"
|
|
version = "2.0.0"
|
|
authors = ["Nicolás Ortega Froysa <nicolas@ortegas.org>"]
|
|
description = "A prime number generator and tester"
|
|
edition = "2018"
|
|
readme = "README.md"
|
|
license = "GPL-3.0"
|
|
keywords = [ "primes", "math" ]
|
|
|
|
[dependencies]
|
|
structopt = "0.3"
|