[package] name = "chomatter_lexer" version = "0.0.1" edition = "2021" description = "A lexer for the Chomatter programming language" authors = ["Chomatter Developers"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies.chomatter_commons] path = "../chomatter_commons" version = "0.0.1" [chomatter_commons.crates-io] chomatter_commons = "0.0.1"