mirror of
https://github.com/xavo95/repak.git
synced 2025-01-19 03:09:12 +00:00
4 lines
152 B
Rust
4 lines
152 B
Rust
pub fn version(path: String, key: Option<String>) -> Result<(), unpak::Error> {
|
|
println!("{}", super::load_pak(path, key)?.version());
|
|
Ok(())
|
|
}
|