mirror of
https://github.com/rust-lang/cargo.git
synced 2026-05-06 08:36:38 -04:00
refactor: Provide workspace-level default license
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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,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
|
||||
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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."
|
||||
|
||||
|
||||
@@ -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."
|
||||
|
||||
|
||||
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user