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>"]
|
|
|
|
description = "A rewrite of the Indivisible (now legacy) project, once written in C, now rewritten in Rust."
|
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"
|