mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
12 lines
278 B
TOML
12 lines
278 B
TOML
[package]
|
|
name = "xiso_converter_rs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.95"
|
|
xdvdfs = { path = "../../third_party/xdvdfs-core", default-features = false, features = ["std", "read", "write", "sync"] } |