Skip to content

Commit 1f00a20

Browse files
authored
Merge pull request #3866 from Shopify/vs_add_license_to_crates
Add `license` identifier to Rust crates
2 parents 63719d8 + 4deba7b commit 1f00a20

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

rust/ruby-prism-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "ruby-prism-sys"
33
version = "1.8.0"
44
edition = "2021"
5+
license = "MIT"
56
license-file = "../../LICENSE.md"
67
repository = "https://github.com/ruby/prism"
78
description = "Rust bindings to Ruby's prism parsing library"

rust/ruby-prism/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "ruby-prism"
33
version = "1.8.0"
44
edition = "2021"
5+
license = "MIT"
56
license-file = "../../LICENSE.md"
67
repository = "https://github.com/ruby/prism"
78
description = "Rustified version of Ruby's prism parsing library"

0 commit comments

Comments
 (0)