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 1353a95 commit 7039c66Copy full SHA for 7039c66
Cargo.toml
@@ -2,6 +2,7 @@
2
resolver = "2"
3
4
[workspace.package]
5
+repository = "REPOSITORY"
6
license = "MIT OR Apache-2.0"
7
edition = "2021"
8
rust-version = "1.65.0" # MSRV
@@ -87,9 +88,9 @@ zero_sized_map_values = "warn"
87
88
name = "PROJECT"
89
version = "0.0.1"
90
description = "DESCRIPTION"
-repository = "REPOSITORY"
91
categories = []
92
keywords = []
93
+repository.workspace = true
94
license.workspace = true
95
edition.workspace = true
96
rust-version.workspace = true
0 commit comments