1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-07-02 16:52:55 +00:00

Issue #12: Add command to unzip osb files

This commit is contained in:
2023-10-23 12:06:16 +02:00
parent 5d293555f8
commit 8a23d5b71b
10 changed files with 588 additions and 20 deletions

7
libs/deob/Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[package]
name = "deob"
version = "0.1.0"
edition = "2021"
[build-dependencies]
cc = "1.0"