mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 19:04:07 +00:00
23 lines
515 B
TOML
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.7"
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
object = { version = "0.32.1", default-features = false, features = ["std", "read"] }
|
|
libc = "0.2.148"
|
|
seq-macro = "0.3.5"
|
|
|
|
[dependencies]
|
|
sha1 = { workspace = true }
|
|
ureq = "2.6"
|
|
hex-literal = "0.4"
|
|
hex = { workspace = true }
|
|
anyhow = "1.0.75"
|
|
lzma-rs = "0.3.0"
|