Updated the Cargo.toml file.

This commit is contained in:
Nicolás A. Ortega Froysa 2021-03-01 18:40:33 +01:00
parent 6a0b1968ef
commit 3c9efbb484

View File

@ -1,8 +1,12 @@
[package] [package]
name = "indivisible" name = "indivisible"
version = "0.1.0" version = "2.0.0"
authors = ["Nicolás Ortega Froysa <naortega@themusicinnoise.net>"] 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."
edition = "2018" edition = "2018"
readme = "README"
license = "GPL-3.0"
keywords = ["primes", "math"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html