From 3c9efbb484b34e676aba4f538bd8689ed9517e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 1 Mar 2021 18:40:33 +0100 Subject: [PATCH] Updated the `Cargo.toml` file. --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 97058a6..d3ebc50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "indivisible" -version = "0.1.0" -authors = ["Nicolás Ortega Froysa "] +version = "2.0.0" +authors = ["Nicolás Ortega Froysa "] +description = "A rewrite of the Indivisible (now legacy) project, once written in C, now rewritten in Rust." 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