From ca22359dbd0ca6e2e925bdc240939f6bd6e9ac9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Fri, 15 Sep 2023 11:23:23 +0300 Subject: [PATCH] chore(es/preset-env): Add the repository url to `Cargo.toml` (#7941) --- crates/swc_ecma_preset_env/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 51f6051b26d1..4400cff776f4 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -2,6 +2,7 @@ authors = ["강동윤 "] description = "preset-env for the swc" documentation = "https://rustdoc.swc.rs/swc_ecma_preset_env/" +repository = "https://github.com/swc-project/swc" edition = "2021" include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0"