[package] name = "c_lexer_logos" version = "0.1.1" edition = "2021" authors = ["Peter Blackson", "songzhi"] description = "A lexer for the C lanuage written with the Logos lexer library." license = "MIT/Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] logos = "0.13" internship = "0.6"