repak/get_oodle/Cargo.toml

16 lines
350 B
TOML
Raw Normal View History

2023-09-20 19:21:15 +00:00
[package]
name = "get_oodle"
repository.workspace = true
authors.workspace = true
license.workspace = true
version.workspace = true
edition.workspace = true
[dependencies]
2023-09-20 20:08:50 +00:00
repak = { path = "../repak", features = ["oodle"] }
2023-09-20 19:21:15 +00:00
sha1 = { workspace = true }
ureq = "2.6"
once_cell = "1.17"
hex-literal = "0.4"
libloading = "0.7"
hex = { workspace = true }