tree-sitter / tree-sitter-haskell

Haskell grammar for tree-sitter.
MIT License
151 stars 36 forks source link

Add `license` field to `Cargo.toml` #112

Closed maxdeviant closed 7 months ago

maxdeviant commented 7 months ago

This PR adds the license field to Cargo.toml.

This field is required if this package were to be published on crates.io.

More immediately, projects that depend on this crate via Git dependencies (like Zed) need this field to be present for cargo about to correctly identify the license.