mirror of
https://github.com/xavo95/repak.git
synced 2025-02-22 23:53:46 +00:00
14 lines
270 B
TOML
14 lines
270 B
TOML
[package]
|
|
name = "oodle_loader"
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
libloading = "0.8"
|
|
ureq = "2.12"
|
|
hex = { workspace = true }
|
|
anyhow = "1.0.95"
|
|
sha2 = "0.10.8"
|