We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e7daf commit 4183fb1Copy full SHA for 4183fb1
Cargo.toml
@@ -6,4 +6,5 @@ members = [
6
resolver = "2"
7
8
[workspace.package]
9
+repository = "https://github.com/rust-lang/impl-trait-utils"
10
license = "MIT OR Apache-2.0"
trait-variant/Cargo.toml
@@ -13,6 +13,7 @@ description = "Utilities for working with impl traits in Rust"
13
categories = ["asynchronous", "no-std", "rust-patterns"]
14
keywords = ["async", "trait", "impl"]
15
license.workspace = true
16
+repository.workspace = true
17
edition = "2021"
18
19
[lib]
0 commit comments