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