[package] name = "tugger-rpm" version = "0.6.0" authors = ["Gregory Szorc "] edition = "2018" license = "MPL-2.0" description = "RPM packaging primitives" keywords = ["package", "rpm", "tugger"] homepage = "https://github.com/indygreg/PyOxidizer" repository = "https://github.com/indygreg/PyOxidizer.git" readme = "README.md" [dependencies] anyhow = "1.0" [dependencies.tugger-file-manifest] version = "0.5.0" # path = "../tugger-file-manifest" [target.'cfg(target_family = "unix")'.dependencies] # Crate doesn't build on Windows. https://github.com/Richterrettich/rpm-rs/pull/30 fixes. rpm-rs = "0.6"