mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 10:14:11 +02:00
move types to it's own crate
This commit is contained in:
parent
42c887cb63
commit
ae681cb75c
7 changed files with 745 additions and 377 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -1851,12 +1851,21 @@ dependencies = [
|
|||
"main_error",
|
||||
"reqwest",
|
||||
"scraper",
|
||||
"serde",
|
||||
"steamid-ng",
|
||||
"test-case",
|
||||
"thiserror 2.0.3",
|
||||
"time",
|
||||
"tokio",
|
||||
"ugc-scraper-types",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ugc-scraper-types"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"steamid-ng",
|
||||
"time",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue