[package] name = "ferric_parser" description = "The Parser and currently the code gen for the ferric group of languages" homepage = "https://gitlab.com/ferric1/ferric_parser" version = "0.2.0" edition = "2021" repository = "https://gitlab.com/ferric1/ferric_parser" authors = ["Emil Schütt"] readme = "README.md" license = "MIT" exclude = [ ".idea/*", ] [features] default = ["asm"] bash = [] asm = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ferric_lexer = { git = "https://gitlab.com/ferric1/ferric_lexer.git", version = "0.1.0"}