From 3a2c0db8bd1c8068a24111b35771194bd9b9fd0f Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Fri, 25 Jan 2019 16:09:14 -0700 Subject: [PATCH] add readme link to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0b8feb5..b168466 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "prongs" version = "1.0.0" authors = ["Ales Katona "] edition = "2018" +readme = "README.md" license = "LGPL-3.0" repository = "https://gitlab.bitsmart.ltd/open/prongs.git" documentation = "https://doc.bitsmart.ltd/prongs"