Skip to content

Commit 7039c66

Browse files
committed
chore: Encourage cloneable repositories
1 parent 1353a95 commit 7039c66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
resolver = "2"
33

44
[workspace.package]
5+
repository = "REPOSITORY"
56
license = "MIT OR Apache-2.0"
67
edition = "2021"
78
rust-version = "1.65.0" # MSRV
@@ -87,9 +88,9 @@ zero_sized_map_values = "warn"
8788
name = "PROJECT"
8889
version = "0.0.1"
8990
description = "DESCRIPTION"
90-
repository = "REPOSITORY"
9191
categories = []
9292
keywords = []
93+
repository.workspace = true
9394
license.workspace = true
9495
edition.workspace = true
9596
rust-version.workspace = true

0 commit comments

Comments
 (0)