From f79e763d750b9bc17cd17d202e1b1147bf0da2f5 Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Thu, 14 Dec 2023 17:02:40 -0800 Subject: [PATCH] Add repository --- Cargo.toml | 1 + trait-variant/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 60b7823..61df904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,5 @@ members = [ resolver = "2" [workspace.package] +repository = "https://github.com/rust-lang/impl-trait-utils" license = "MIT OR Apache-2.0" diff --git a/trait-variant/Cargo.toml b/trait-variant/Cargo.toml index afe2a0d..cc988ad 100644 --- a/trait-variant/Cargo.toml +++ b/trait-variant/Cargo.toml @@ -13,6 +13,7 @@ description = "Utilities for working with impl traits in Rust" categories = ["asynchronous", "no-std", "rust-patterns"] keywords = ["async", "trait", "impl"] license.workspace = true +repository.workspace = true edition = "2021" [lib]