From 2ebc478a0e3edc230f8b0b02a43e1bc1786567c9 Mon Sep 17 00:00:00 2001 From: Ivan Nikulin Date: Tue, 23 Jan 2024 18:11:23 +0000 Subject: [PATCH] Add license field to Cargo.toml metadata --- Cargo.toml | 1 + foundations-macros/Cargo.toml | 1 + foundations/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2e798a7..018d838 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ version = "3.0.0" repository = "https://bitbucket.cfdata.org/projects/OXY/repos/foundations" edition = "2021" authors = ["Cloudflare"] +license = "BSD-3" [workspace.metadata.release] pre-release-commit-message = "Release {{version}}" diff --git a/foundations-macros/Cargo.toml b/foundations-macros/Cargo.toml index 8121765..cfd2dbf 100644 --- a/foundations-macros/Cargo.toml +++ b/foundations-macros/Cargo.toml @@ -5,6 +5,7 @@ version = { workspace = true } edition = { workspace = true } repository = { workspace = true } authors = { workspace = true } +license = { workspace = true } [lib] proc-macro = true diff --git a/foundations/Cargo.toml b/foundations/Cargo.toml index 56b50ae..5a5d034 100644 --- a/foundations/Cargo.toml +++ b/foundations/Cargo.toml @@ -5,6 +5,7 @@ version = { workspace = true } edition = { workspace = true } repository = { workspace = true } authors = { workspace = true } +license = { workspace = true } [package.metadata.release] # run in the context of workspace root