rpm-rs/Cargo.toml
Jia Chao 11a6ca013a add offical librpm & librpm-sys
Signed-off-by: Jia Chao <jiachao2130@126.com>
2024-06-26 10:36:02 +08:00

9 lines
283 B
TOML

[package]
name = "rpm-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
librpm = { git = "https://github.com/rpm-software-management/librpm.rs.git", version = "0.2.0-pre" }
librpm-sys = { git = "https://github.com/rpm-software-management/librpm.rs.git", version = "0.2.0-pre" }