From 0b926412f6b31d8b98e04054f458c1d6e9dd2a96 Mon Sep 17 00:00:00 2001 From: Yin Guanhao Date: Mon, 30 Oct 2023 17:51:04 +0800 Subject: [PATCH] chore: add repository to Cargo.toml --- Cargo.toml | 1 + crates/testtool/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 36249ff..d170bde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" license = "MIT" description = "Capsule is a development framework for creating smart contract for Nervos' CKB." homepage = "https://github.com/nervosnetwork/capsule" +repository = "https://github.com/nervosnetwork/capsule" [features] default = [] diff --git a/crates/testtool/Cargo.toml b/crates/testtool/Cargo.toml index 7256744..d07af9a 100644 --- a/crates/testtool/Cargo.toml +++ b/crates/testtool/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Nervos Network"] edition = "2021" license = "MIT" description = "CKB contract testing tools" +repository = "https://github.com/nervosnetwork/capsule" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html