[package] # TODO: Make these "publishable" name = "shebling-parser" description = "shebling placeholder" version = "0.0.0" edition = "2021" repository = "https://github.com/MariaSolOs/shebling" license = "Apache-2.0" include = [ "Cargo.toml", "src/lib.rs" ] # [dependencies] # miette = { version = "5.8.0", features = ["fancy"] } # nom = "7.1.3" # nom_locate = "4.1.0" # once_cell = "1.17.1" # shebling-codegen = { version = "=0.1.0", path = "../shebling-codegen" } # thiserror = "1.0.40" # [dev-dependencies] # pretty_assertions = "1.3.0"