mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 10:14:11 +02:00
optional team image
This commit is contained in:
parent
3b5d3f2efc
commit
f6e157363c
6 changed files with 980 additions and 21 deletions
|
|
@ -12,7 +12,9 @@ steamid-ng = "1.0.0"
|
|||
serde = { version = "1.0.215", features = ["derive"], optional = true }
|
||||
time = { version = "0.3.36", features = ["parsing", "macros"] }
|
||||
thiserror = "2.0.12"
|
||||
sqlx = { version = "0.8.4", default-features = false, features = ["derive"], optional = true }
|
||||
|
||||
[features]
|
||||
serde = ["dep:serde", "time/serde", "time/formatting"]
|
||||
sqlx = ["dep:sqlx"]
|
||||
default = ["serde"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue