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
13
types/Cargo.toml
Normal file
13
types/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "ugc-scraper-types"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
steamid-ng = "1.0.0"
|
||||
serde = { version = "1.0.215", features = ["derive"], optional = true }
|
||||
time = { version = "0.3.36", features = ["parsing", "macros"] }
|
||||
|
||||
[features]
|
||||
serde = ["dep:serde", "time/serde", "time/formatting"]
|
||||
default = ["serde"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue