repak/oodle_loader/Cargo.toml
2024-05-31 14:02:53 -05:00

23 lines
515 B
TOML

[package]
name = "oodle_loader"
repository.workspace = true
authors.workspace = true
license.workspace = true
version.workspace = true
edition.workspace = true
[target.'cfg(windows)'.dependencies]
libloading = "0.8"
[target.'cfg(unix)'.dependencies]
object = { version = "0.36.0", default-features = false, features = ["std", "read"] }
libc = "0.2.155"
seq-macro = "0.3.5"
[dependencies]
sha1 = { workspace = true }
ureq = "2.9"
hex-literal = "0.4"
hex = { workspace = true }
anyhow = "1.0.86"
lzma-rs = "0.3.0"