[package] name = "pahs-snafu" description = "Helpers for using pahs together with snafu" version = "0.1.0-alpha.4" license = "MIT OR Apache-2.0" authors = ["Dennis Duda "] edition = "2018" keywords = ["parser"] homepage = "https://github.com/seritools/pahs" repository = "https://github.com/seritools/pahs.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] snafu = "0.6" pahs = { path = "..", version = "^0.1.0-alpha.4"}