feat: initial support for GetUserRating
This commit is contained in:
@@ -16,11 +16,20 @@ fetchall = ["dep:redb", "dep:futures-util"]
|
||||
[dependencies]
|
||||
sdgb-api = { workspace = true, features = ["bincode"] }
|
||||
|
||||
spdlog-rs = { workspace = true }
|
||||
snafu = { workspace = true }
|
||||
# (de)serialization
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
strum = { workspace = true }
|
||||
|
||||
# logging / errors
|
||||
spdlog-rs = { workspace = true }
|
||||
snafu = { workspace = true }
|
||||
|
||||
|
||||
# kv database
|
||||
redb = { workspace = true, optional = true }
|
||||
|
||||
# async runtime
|
||||
tokio = { workspace = true, features = ["macros"], optional = true }
|
||||
compio = { workspace = true, features = ["macros"], optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user