From 3da70b19c65f6298ffe73122d8e463b02e92e07b Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Tue, 12 May 2020 09:17:57 +0200 Subject: [PATCH] Add links and description to Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a28bbc6..e517abd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,15 @@ [package] name = "diligent-date-parser" +description = "Library for parsing datetime in unknown format" version = "0.1.0" authors = ["Andrey Kutejko "] edition = "2018" license = "MIT/Apache-2.0" readme = "README.md" keywords = ["date", "datetime", "parser", "parsing"] +homepage = "https://github.com/rust-syndication/diligent-date-parser" +repository = "https://github.com/rust-syndication/diligent-date-parser" +documentation = "https://docs.rs/diligent-date-parser/" [dependencies] chrono = "0.4"