From 3d2b5aa1c4e7e16c3c71f8271c54596d55c210d7 Mon Sep 17 00:00:00 2001 From: Nikolai Golub Date: Thu, 13 Jun 2024 11:54:59 +0200 Subject: [PATCH] Add repo url to `Cargo.toml` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55d7d59..7787c6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "A namespaced merkle tree compatible with Celestia" license = "MIT OR Apache-2.0" authors = ["Sovereign Labs "] homepage = "https://www.sovereign.xyz" - +repository = "https://github.com/sovereign-labs/nmt-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html