indivisible-rs/Cargo.toml

14 lines
416 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>"]
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]