[package] name = "morgana-tree-sitter" version = "0.1.0" edition = "2021" authors = [ "Brocéliande Labs. ", "Edoardo Marangoni ", ] description = "Library to transform a Morgana spec into a tree-sitter grammar." categories = ["languages", "development-tools", "morgana"] homepage = "https://github.com/broceliande-labs/morgana-core" repository = "https://github.com/broceliande-labs/morgana-core" license = "MIT" exclude = [".*"] [profile.release] opt-level = 3 strip = "debuginfo" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]