mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 10:54:38 +00:00
get_oodle needs oodle enabled
This commit is contained in:
parent
8798e578f1
commit
384734b959
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
repak = { path = "../repak" }
|
repak = { path = "../repak", features = ["oodle"] }
|
||||||
sha1 = { workspace = true }
|
sha1 = { workspace = true }
|
||||||
ureq = "2.6"
|
ureq = "2.6"
|
||||||
once_cell = "1.17"
|
once_cell = "1.17"
|
||||||
|
|
Loading…
Reference in a new issue