Skip to content

Commit

Permalink
Add license field to Cargo.toml metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Jan 23, 2024
1 parent 3a6a7ed commit 2ebc478
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down
1 change: 1 addition & 0 deletions foundations-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = { workspace = true }
edition = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions foundations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ebc478

Please sign in to comment.