Skip to content

Commit

Permalink
chore: Encourage cloneable repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 4, 2024
1 parent 1353a95 commit 7039c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
resolver = "2"

[workspace.package]
repository = "REPOSITORY"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65.0" # MSRV
Expand Down Expand Up @@ -87,9 +88,9 @@ zero_sized_map_values = "warn"
name = "PROJECT"
version = "0.0.1"
description = "DESCRIPTION"
repository = "REPOSITORY"
categories = []
keywords = []
repository.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 7039c66

Please sign in to comment.