From e196cf3c60b52a05f2be4dd3607599af54a4e2a2 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sun, 31 Mar 2024 11:53:45 +0200 Subject: [PATCH] Add repository attribute to crates missing it --- crates/lsp-async-stub/Cargo.toml | 1 + crates/taplo-common/Cargo.toml | 1 + crates/taplo-wasm/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/crates/lsp-async-stub/Cargo.toml b/crates/lsp-async-stub/Cargo.toml index b18bd5248..277e07409 100644 --- a/crates/lsp-async-stub/Cargo.toml +++ b/crates/lsp-async-stub/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" name = "lsp-async-stub" version = "0.6.3" license = "MIT" +repository = "https://github.com/tamasfe/taplo" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/taplo-common/Cargo.toml b/crates/taplo-common/Cargo.toml index d706adb0a..021a95c9e 100644 --- a/crates/taplo-common/Cargo.toml +++ b/crates/taplo-common/Cargo.toml @@ -4,6 +4,7 @@ version = "0.5.1" edition = "2021" description = "Shared code for taplo utilities." license = "MIT" +repository = "https://github.com/tamasfe/taplo" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/taplo-wasm/Cargo.toml b/crates/taplo-wasm/Cargo.toml index f4341f461..9a5a34e2a 100644 --- a/crates/taplo-wasm/Cargo.toml +++ b/crates/taplo-wasm/Cargo.toml @@ -3,6 +3,7 @@ name = "taplo-wasm" version = "0.2.1" edition = "2021" publish = false +repository = "https://github.com/tamasfe/taplo" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html