mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 19:04:07 +00:00
16 lines
No EOL
328 B
TOML
16 lines
No EOL
328 B
TOML
[package]
|
|
name = "get_oodle"
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
repak = { path = "../repak" }
|
|
sha1 = { workspace = true }
|
|
ureq = "2.6"
|
|
once_cell = "1.17"
|
|
hex-literal = "0.4"
|
|
libloading = "0.7"
|
|
hex = { workspace = true } |