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