[package] name = "hl_core" version = "0.1.3" authors = ["Ahmad Rosid "] description = """ Syntax highlighting in Rust """ homepage = "https://github.com/ahmadrosid/hl/tree/master/crates/core" repository = "https://github.com/ahmadrosid/hl/tree/master/crates/core" readme = "README.md" license = "MIT" edition = "2021" [lib] name = "hl_core" bench = false [dependencies]