refactor: Provide workspace-level default license

This commit is contained in:
Ed Page
2023-07-12 10:26:19 -05:00
parent 3752929dd4
commit 5d80aa263d
15 changed files with 16 additions and 15 deletions
+2 -1
View File
@@ -12,6 +12,7 @@ exclude = [
[workspace.package]
edition = "2021"
license = "MIT OR Apache-2.0"
[workspace.dependencies]
anyhow = "1.0.47"
@@ -100,7 +101,7 @@ windows-sys = "0.48"
name = "cargo"
version = "0.74.0"
edition.workspace = true
license = "MIT OR Apache-2.0"
license.workspace = true
homepage = "https://crates.io"
repository = "https://github.com/rust-lang/cargo"
documentation = "https://docs.rs/cargo"
+1 -1
View File
@@ -2,7 +2,7 @@
name = "benchsuite"
version = "0.0.0"
edition.workspace = true
license = "MIT OR Apache-2.0"
license.workspace = true
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
description = "Benchmarking suite for Cargo."
+1 -1
View File
@@ -2,7 +2,7 @@
name = "capture"
version = "0.1.0"
edition.workspace = true
license = "MIT OR Apache-2.0"
license.workspace = true
description = "Tool for capturing a real-world workspace for benchmarking."
publish = false
+1 -1
View File
@@ -2,7 +2,7 @@
name = "cargo-platform"
version = "0.1.3"
edition.workspace = true
license = "MIT OR Apache-2.0"
license.workspace = true
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
documentation = "https://docs.rs/cargo-platform"
+1 -1
View File
@@ -2,7 +2,7 @@
name = "cargo-test-macro"
version = "0.1.0"
edition.workspace = true
license = "MIT OR Apache-2.0"
license.workspace = true
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
documentation = "https://github.com/rust-lang/cargo"
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "cargo-test-support"
version = "0.1.0"
license = "MIT OR Apache-2.0"
license.workspace = true
edition.workspace = true
publish = false
+1 -1
View File
@@ -2,7 +2,7 @@
name = "cargo-util"
version = "0.2.4"
edition.workspace = true
license = "MIT OR Apache-2.0"
license.workspace = true
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
description = "Miscellaneous support code used by Cargo."
+1 -1
View File
@@ -2,7 +2,7 @@
name = "crates-io"
version = "0.37.0"
edition.workspace = true
license = "MIT OR Apache-2.0"
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = """
Helpers for interacting with crates.io
+1 -1
View File
@@ -11,7 +11,7 @@ include = [
"/LICENSE-*",
"/README.md",
]
license = "MIT OR Apache-2.0"
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = "Shared definitions of home directories."
+1 -1
View File
@@ -2,7 +2,7 @@
name = "mdman"
version = "0.0.0"
edition.workspace = true
license = "MIT OR Apache-2.0"
license.workspace = true
description = "Creates a man page page from markdown."
publish = false
@@ -2,7 +2,7 @@
name = "cargo-credential-1password"
version = "0.2.0"
edition.workspace = true
license = "MIT OR Apache-2.0"
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = "A Cargo credential process that stores tokens in a 1password vault."
@@ -2,7 +2,7 @@
name = "cargo-credential-gnome-secret"
version = "0.2.0"
edition.workspace = true
license = "MIT OR Apache-2.0"
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = "A Cargo credential process that stores tokens with GNOME libsecret."
@@ -2,7 +2,7 @@
name = "cargo-credential-macos-keychain"
version = "0.2.0"
edition.workspace = true
license = "MIT OR Apache-2.0"
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = "A Cargo credential process that stores tokens in a macOS keychain."
@@ -2,7 +2,7 @@
name = "cargo-credential-wincred"
version = "0.2.0"
edition.workspace = true
license = "MIT OR Apache-2.0"
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = "A Cargo credential process that stores tokens with Windows Credential Manager."
+1 -1
View File
@@ -2,7 +2,7 @@
name = "cargo-credential"
version = "0.2.0"
edition.workspace = true
license = "MIT OR Apache-2.0"
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = "A library to assist writing Cargo credential helpers."