From d27a523e2c457a2338e07bd21f88a1f798eab6e1 Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Thu, 18 Apr 2024 14:07:24 +0400 Subject: [PATCH] Add more information to Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index bb9c678..7dd37fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,13 @@ [package] name = "merkletree-mintlayer" +description = "A merkle tree versatile implementation with inclusion proof implementation, the one that is used in mintlayer-core" edition = "2021" rust-version = "1.75" version = "0.1.0" license = "MIT" +repository = "https://github.com/mintlayer/merkletree-mintlayer" +homepage = "https://mintlayer.org" +authors = ["Samer Afach "] [features] scale-codec = ["dep:parity-scale-codec"]