feat: add rpm-read-rs

This commit is contained in:
2023-02-26 14:35:21 +08:00
parent 144667cb76
commit 6dca80b8c5
3 changed files with 1666 additions and 0 deletions

10
rpm-read-rs/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "rpm-read-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rpm-rs = "0.8.1"
rust_util = "0.6.41"