From b1ed22fefbc7165e6691f33dee934b8004f75009 Mon Sep 17 00:00:00 2001 From: roman shushakov Date: Sun, 30 Oct 2022 15:54:43 +0500 Subject: [PATCH] description of package has been updated --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09ca701..a67775d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,13 @@ [package] name = "colsol" -version = "0.1.4" +version = "1.0.0" authors = ["Roman Shushakov "] edition = "2021" description = "Functions for direct solution of matrix equations for compact form matrices." license = "MIT OR Apache-2.0" +readme = "README.md" +repository = "https://github.com/RomanShushakov/colsol" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html