[package] name = "moore-vhdl-syntax" version = "0.14.0" authors = ["Fabian Schuiki "] edition = "2018" description = "The VHDL parser implementation of the moore compiler framework." repository = "https://github.com/fabianschuiki/moore" license = "Apache-2.0 OR MIT" [lib] path = "lib.rs" [dependencies] moore-common = { path = "../../common", version = "0.14.0" } once_cell = "1.3"