From 509c2eb5796347062a40adfa86b9c61851787c39 Mon Sep 17 00:00:00 2001 From: Nick Pillitteri <56quarters@users.noreply.github.com> Date: Mon, 12 Aug 2019 13:26:14 -0400 Subject: [PATCH] Add repository link to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 017d65705..571ccf2ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" license = "MIT/Apache-2.0" description = "wrangle your workers, CLI for rustwasm Cloudflare workers!" readme = "README.md" +repository = "https://github.com/cloudflare/wrangler" categories = ["wasm"] build = "build.rs"