feat: preview user info
This commit is contained in:
@@ -7,6 +7,7 @@ license = "GPL-3.0"
|
||||
|
||||
[dependencies]
|
||||
snafu = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
digest = "0.10.7"
|
||||
hmac-sha256 = { version = "1.1.12", features = ["digest010", "traits010"] }
|
||||
@@ -20,7 +21,6 @@ nyquest = { version = "0.2.0", features = ["async", "json"] }
|
||||
|
||||
# (de)serialization
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.141"
|
||||
|
||||
flate2 = "1.1.2"
|
||||
cbc = "0.1.2"
|
||||
|
||||
Reference in New Issue
Block a user