From 0051179c8fc56980daf9681bf4ee42f577552db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Mon, 28 Aug 2023 11:24:03 +0300 Subject: [PATCH] Update Cargo.toml add repository to make it easy to find the original repo --- tg-sdk/lib/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tg-sdk/lib/Cargo.toml b/tg-sdk/lib/Cargo.toml index 4a65249..1852d4f 100644 --- a/tg-sdk/lib/Cargo.toml +++ b/tg-sdk/lib/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" license = "MIT/Apache-2.0" description = "Telegram integration for flows.network" documentation = "https://docs.rs/tg-flows" +repository = "https://github.com/flows-network/tg-flows" [package.metadata.docs.rs] default-target = "wasm32-wasi"