[package] name = "dnf5" version = "0.0.0" edition = "2021" description = "Rust bindings for DNF5, currently parked for future use" categories = ["api-bindings", "external-ffi-bindings"] keywords = ["dnf", "rpm", "yum", "fedora"] authors = [ "Pornpipat Popum ", ] license = "LGPL-2.1-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] members = [ "dnf5-sys" ] [dependencies]