diff --git a/rust/ruby-prism-sys/Cargo.toml b/rust/ruby-prism-sys/Cargo.toml index d4db645e2a..78e157273c 100644 --- a/rust/ruby-prism-sys/Cargo.toml +++ b/rust/ruby-prism-sys/Cargo.toml @@ -2,6 +2,7 @@ name = "ruby-prism-sys" version = "1.8.0" edition = "2021" +license = "MIT" license-file = "../../LICENSE.md" repository = "https://github.com/ruby/prism" description = "Rust bindings to Ruby's prism parsing library" diff --git a/rust/ruby-prism/Cargo.toml b/rust/ruby-prism/Cargo.toml index c3bb4cfc7a..73cfa0314d 100644 --- a/rust/ruby-prism/Cargo.toml +++ b/rust/ruby-prism/Cargo.toml @@ -2,6 +2,7 @@ name = "ruby-prism" version = "1.8.0" edition = "2021" +license = "MIT" license-file = "../../LICENSE.md" repository = "https://github.com/ruby/prism" description = "Rustified version of Ruby's prism parsing library"