mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 06:14:12 +00:00
chore: Encourage cloneable repositories
This commit is contained in:
parent
1353a953a5
commit
7039c66c7f
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
repository = "REPOSITORY"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.65.0" # MSRV
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue